Html Css Color HEX #236398 Endeavour

📋 copy color: '#236398'

red 35 ◦ green 99 ◦ blue 152

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

Shades of Endeavour #236398

Tints of Endeavour #236398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

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

R = 12.24%
G = 34.62%
B = 53.15%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#236398 (or 0x236398) is known color: Endeavour. HEX triplet: 23, 63 and 98. RGB value is (35,99,152). Sum of RGB (Red+Green+Blue) = 35+99+152=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #236398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236398 is #DC9C67. Grayscale: #555555. Windows color (decimal): -14457960 or 9986851. OLE color: 9986851.

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

Color convert

RGB 35 99 152 -
CMYK 0.77 0.35 0 0.40
HSL 207.18º 0.63% 0.37% -
HSV(B) 207.18º 0.77% 0.6% -
XYZ 10.82 11.55 31.36 -
YUV 85.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 35 99 152 0.77 0.35 0 0.40 207.18 0.63 0.37
Hex 23 63 98 4D 23 0 28 CF 3F 25
Octal 43 143 230 115 43 0 50 317 77 45
Binary 100011 1100011 10011000 1001101 100011 0 101000 11001111 111111 100101

Color Harmonies of #236398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236398

Black with #236398

Text Example


Text Example

White with #236398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236398; }

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

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

background-color css

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

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

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

border-color css

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

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

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