Html Css Color HEX #236295 Endeavour

📋 copy color: '#236295'

red 35 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #236295

Tints of Endeavour #236295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 12.41%
G = 34.75%
B = 52.84%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#236295 (or 0x236295) is known color: Endeavour. HEX triplet: 23, 62 and 95. RGB value is (35,98,149). Sum of RGB (Red+Green+Blue) = 35+98+149=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #236295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236295 is #DC9D6A. Grayscale: #545454. Windows color (decimal): -14458219 or 9789987. OLE color: 9789987.

HSL color Cylindrical-coordinate representation of color #236295: hue angle of 206.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236295 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 98 149 -
CMYK 0.77 0.34 0 0.42
HSL 206.84º 0.62% 0.36% -
HSV(B) 206.84º 0.77% 0.58% -
XYZ 10.49 11.26 30.06 -
YUV 84.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 35 98 149 0.77 0.34 0 0.42 206.84 0.62 0.36
Hex 23 62 95 4D 22 0 2A CF 3E 24
Octal 43 142 225 115 42 0 52 317 76 44
Binary 100011 1100010 10010101 1001101 100010 0 101010 11001111 111110 100100

Color Harmonies of #236295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236295

Black with #236295

Text Example


Text Example

White with #236295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236295; }

 p { color: rgb(35,98,149); }

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

background-color css

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

 a { background-color: rgb(35,98,149); }

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

border-color css

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

 span { border-color: rgb(35,98,149); }

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