Html Css Color HEX #235994 Endeavour

📋 copy color: '#235994'

red 35 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #235994

Tints of Endeavour #235994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.41%

R = 12.87%
G = 32.72%
B = 54.41%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#235994 (or 0x235994) is known color: Endeavour. HEX triplet: 23, 59 and 94. RGB value is (35,89,148). Sum of RGB (Red+Green+Blue) = 35+89+148=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #235994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235994 is #DCA66B. Grayscale: #4F4F4F. Windows color (decimal): -14460524 or 9722147. OLE color: 9722147.

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

Color convert

RGB 35 89 148 -
CMYK 0.76 0.40 0 0.42
HSL 211.33º 0.62% 0.36% -
HSV(B) 211.33º 0.76% 0.58% -
XYZ 9.61 9.64 29.37 -
YUV 79.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 35 89 148 0.76 0.40 0 0.42 211.33 0.62 0.36
Hex 23 59 94 4C 28 0 2A D3 3E 24
Octal 43 131 224 114 50 0 52 323 76 44
Binary 100011 1011001 10010100 1001100 101000 0 101010 11010011 111110 100100

Color Harmonies of #235994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235994

Black with #235994

Text Example


Text Example

White with #235994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235994; }

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

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

background-color css

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

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

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

border-color css

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

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

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