Html Css Color HEX #234D99 Endeavour

📋 copy color: '#234D99'

red 35 ◦ green 77 ◦ blue 153

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

Shades of Endeavour #234D99

Tints of Endeavour #234D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 13.21%
G = 29.06%
B = 57.74%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#234D99 (or 0x234D99) is known color: Endeavour. HEX triplet: 23, 4D and 99. RGB value is (35,77,153). Sum of RGB (Red+Green+Blue) = 35+77+153=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #234D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D99 is #DCB266. Grayscale: #484848. Windows color (decimal): -14463591 or 10046755. OLE color: 10046755.

HSL color Cylindrical-coordinate representation of color #234D99: hue angle of 218.64º 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 #234D99 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 77 153 -
CMYK 0.77 0.50 0 0.4
HSL 218.64º 0.63% 0.37% -
HSV(B) 218.64º 0.77% 0.6% -
XYZ 9.1 7.96 31.19 -
YUV 73.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 35 77 153 0.77 0.50 0 0.4 218.64 0.63 0.37
Hex 23 4D 99 4D 32 0 28 DB 3F 25
Octal 43 115 231 115 62 0 50 333 77 45
Binary 100011 1001101 10011001 1001101 110010 0 101000 11011011 111111 100101

Color Harmonies of #234D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D99

Black with #234D99

Text Example


Text Example

White with #234D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,77,153); }

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

background-color css

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

 a { background-color: rgb(35,77,153); }

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

border-color css

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

 span { border-color: rgb(35,77,153); }

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