Html Css Color HEX #236498 Endeavour

📋 copy color: '#236498'

red 35 ◦ green 100 ◦ blue 152

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

Shades of Endeavour #236498

Tints of Endeavour #236498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 12.2%
G = 34.84%
B = 52.96%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#236498 (or 0x236498) is known color: Endeavour. HEX triplet: 23, 64 and 98. RGB value is (35,100,152). Sum of RGB (Red+Green+Blue) = 35+100+152=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #236498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236498 is #DC9B67. Grayscale: #565656. Windows color (decimal): -14457704 or 9987107. OLE color: 9987107.

HSL color Cylindrical-coordinate representation of color #236498: hue angle of 206.67º 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 #236498 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 100 152 -
CMYK 0.77 0.34 0 0.40
HSL 206.67º 0.63% 0.37% -
HSV(B) 206.67º 0.77% 0.6% -
XYZ 10.92 11.74 31.4 -
YUV 86.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 35 100 152 0.77 0.34 0 0.40 206.67 0.63 0.37
Hex 23 64 98 4D 22 0 28 CF 3F 25
Octal 43 144 230 115 42 0 50 317 77 45
Binary 100011 1100100 10011000 1001101 100010 0 101000 11001111 111111 100101

Color Harmonies of #236498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236498

Black with #236498

Text Example


Text Example

White with #236498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236498; }

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

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

background-color css

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

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

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

border-color css

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

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

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