Html Css Color HEX #234B9A Endeavour

📋 copy color: '#234B9A'

red 35 ◦ green 75 ◦ blue 154

#234B9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #234B9A

Tints of Endeavour #234B9A

RGB

 RED value IS 35 (14.06% from 255) = 13.26%

 GREEN value IS 75 (29.69% from 255) = 28.41%

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 13.26%
G = 28.41%
B = 58.33%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#234B9A (or 0x234B9A) is known color: Endeavour. HEX triplet: 23, 4B and 9A. RGB value is (35,75,154). Sum of RGB (Red+Green+Blue) = 35+75+154=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #234B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B9A is #DCB465. Grayscale: #474747. Windows color (decimal): -14464102 or 10111779. OLE color: 10111779.

HSL color Cylindrical-coordinate representation of color #234B9A: hue angle of 219.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234B9A is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 75 154 -
CMYK 0.77 0.51 0 0.40
HSL 219.83º 0.63% 0.37% -
HSV(B) 219.83º 0.77% 0.6% -
XYZ 9.04 7.72 31.59 -
YUV 72.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 35 75 154 0.77 0.51 0 0.40 219.83 0.63 0.37
Hex 23 4B 9A 4D 33 0 28 DC 3F 25
Octal 43 113 232 115 63 0 50 334 77 45
Binary 100011 1001011 10011010 1001101 110011 0 101000 11011100 111111 100101

Color Harmonies of #234B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B9A

Black with #234B9A

Text Example


Text Example

White with #234B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234B9A; }

 p { color: rgb(35,75,154); }

 H1.HeaderClassName
 {
   color: #234B9A;
 }
 .AnyTagClassName
 {
   color: #234B9A;
 }
</style>

background-color css

<style>
 a { background-color: #234B9A; }

 a { background-color: rgb(35,75,154); }

 div.DivClassName
 {
   background-color: #234B9A;
 }
 .BgClassName
 {
   background-color: #234B9A;
 }
</style>

border-color css

<style>
 span { border-color: #234B9A; }

 span { border-color: rgb(35,75,154); }

 td.TdClassName
 {
   border-color: #234B9A;
 }
 .TagClassName
 {
   border-color: #234B9A;
 }
</style>