Html Css Color HEX #236493 Endeavour

📋 copy color: '#236493'

red 35 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #236493

Tints of Endeavour #236493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 12.41%
G = 35.46%
B = 52.13%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#236493 (or 0x236493) is known color: Endeavour. HEX triplet: 23, 64 and 93. RGB value is (35,100,147). Sum of RGB (Red+Green+Blue) = 35+100+147=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #236493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236493 is #DC9B6C. Grayscale: #555555. Windows color (decimal): -14457709 or 9659427. OLE color: 9659427.

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

Color convert

RGB 35 100 147 -
CMYK 0.76 0.32 0 0.42
HSL 205.18º 0.62% 0.36% -
HSV(B) 205.18º 0.76% 0.58% -
XYZ 10.52 11.58 29.28 -
YUV 85.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 35 100 147 0.76 0.32 0 0.42 205.18 0.62 0.36
Hex 23 64 93 4C 20 0 2A CD 3E 24
Octal 43 144 223 114 40 0 52 315 76 44
Binary 100011 1100100 10010011 1001100 100000 0 101010 11001101 111110 100100

Color Harmonies of #236493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236493

Black with #236493

Text Example


Text Example

White with #236493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236493; }

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

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

background-color css

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

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

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

border-color css

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

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

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