Html Css Color HEX #236098 Endeavour

📋 copy color: '#236098'

red 35 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #236098

Tints of Endeavour #236098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.92%

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

R = 12.37%
G = 33.92%
B = 53.71%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#236098 (or 0x236098) is known color: Endeavour. HEX triplet: 23, 60 and 98. RGB value is (35,96,152). Sum of RGB (Red+Green+Blue) = 35+96+152=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #236098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236098 is #DC9F67. Grayscale: #535353. Windows color (decimal): -14458728 or 9986083. OLE color: 9986083.

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

Color convert

RGB 35 96 152 -
CMYK 0.77 0.37 0 0.40
HSL 208.72º 0.63% 0.37% -
HSV(B) 208.72º 0.77% 0.6% -
XYZ 10.54 10.99 31.27 -
YUV 84.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 35 96 152 0.77 0.37 0 0.40 208.72 0.63 0.37
Hex 23 60 98 4D 25 0 28 D1 3F 25
Octal 43 140 230 115 45 0 50 321 77 45
Binary 100011 1100000 10011000 1001101 100101 0 101000 11010001 111111 100101

Color Harmonies of #236098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236098

Black with #236098

Text Example


Text Example

White with #236098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236098; }

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

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

background-color css

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

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

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

border-color css

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

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

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