Html Css Color HEX #235993 Endeavour

📋 copy color: '#235993'

red 35 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #235993

Tints of Endeavour #235993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 12.92%
G = 32.84%
B = 54.24%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#235993 (or 0x235993) is known color: Endeavour. HEX triplet: 23, 59 and 93. RGB value is (35,89,147). Sum of RGB (Red+Green+Blue) = 35+89+147=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #235993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235993 is #DCA66C. Grayscale: #4F4F4F. Windows color (decimal): -14460525 or 9656611. OLE color: 9656611.

HSL color Cylindrical-coordinate representation of color #235993: hue angle of 211.07º 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 #235993 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 89 147 -
CMYK 0.76 0.39 0 0.42
HSL 211.07º 0.62% 0.36% -
HSV(B) 211.07º 0.76% 0.58% -
XYZ 9.53 9.61 28.96 -
YUV 79.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 35 89 147 0.76 0.39 0 0.42 211.07 0.62 0.36
Hex 23 59 93 4C 27 0 2A D3 3E 24
Octal 43 131 223 114 47 0 52 323 76 44
Binary 100011 1011001 10010011 1001100 100111 0 101010 11010011 111110 100100

Color Harmonies of #235993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235993

Black with #235993

Text Example


Text Example

White with #235993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235993; }

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

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

background-color css

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

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

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

border-color css

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

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

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