Html Css Color HEX #234F99 Endeavour

📋 copy color: '#234F99'

red 35 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #234F99

Tints of Endeavour #234F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

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

R = 13.11%
G = 29.59%
B = 57.3%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#234F99 (or 0x234F99) is known color: Endeavour. HEX triplet: 23, 4F and 99. RGB value is (35,79,153). Sum of RGB (Red+Green+Blue) = 35+79+153=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #234F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F99 is #DCB066. Grayscale: #494949. Windows color (decimal): -14463079 or 10047267. OLE color: 10047267.

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

Color convert

RGB 35 79 153 -
CMYK 0.77 0.48 0 0.4
HSL 217.63º 0.63% 0.37% -
HSV(B) 217.63º 0.77% 0.6% -
XYZ 9.24 8.25 31.24 -
YUV 74.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 35 79 153 0.77 0.48 0 0.4 217.63 0.63 0.37
Hex 23 4F 99 4D 30 0 28 DA 3F 25
Octal 43 117 231 115 60 0 50 332 77 45
Binary 100011 1001111 10011001 1001101 110000 0 101000 11011010 111111 100101

Color Harmonies of #234F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F99

Black with #234F99

Text Example


Text Example

White with #234F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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