Html Css Color HEX #236490 Endeavour

📋 copy color: '#236490'

red 35 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #236490

Tints of Endeavour #236490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 12.54%
G = 35.84%
B = 51.61%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#236490 (or 0x236490) is known color: Endeavour. HEX triplet: 23, 64 and 90. RGB value is (35,100,144). Sum of RGB (Red+Green+Blue) = 35+100+144=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #236490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236490 is #DC9B6F. Grayscale: #555555. Windows color (decimal): -14457712 or 9462819. OLE color: 9462819.

HSL color Cylindrical-coordinate representation of color #236490: hue angle of 204.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236490 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 100 144 -
CMYK 0.76 0.31 0 0.44
HSL 204.22º 0.61% 0.35% -
HSV(B) 204.22º 0.76% 0.56% -
XYZ 10.28 11.49 28.06 -
YUV 85.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 35 100 144 0.76 0.31 0 0.44 204.22 0.61 0.35
Hex 23 64 90 4C 1F 0 2C CC 3D 23
Octal 43 144 220 114 37 0 54 314 75 43
Binary 100011 1100100 10010000 1001100 11111 0 101100 11001100 111101 100011

Color Harmonies of #236490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236490

Black with #236490

Text Example


Text Example

White with #236490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236490; }

 p { color: rgb(35,100,144); }

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

background-color css

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

 a { background-color: rgb(35,100,144); }

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

border-color css

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

 span { border-color: rgb(35,100,144); }

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