Html Css Color HEX #235A93 Endeavour

📋 copy color: '#235A93'

red 35 ◦ green 90 ◦ blue 147

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

Shades of Endeavour #235A93

Tints of Endeavour #235A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 12.87%
G = 33.09%
B = 54.04%

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

#235A93 (or 0x235A93) is known color: Endeavour. HEX triplet: 23, 5A and 93. RGB value is (35,90,147). Sum of RGB (Red+Green+Blue) = 35+90+147=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #235A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A93 is #DCA56C. Grayscale: #4F4F4F. Windows color (decimal): -14460269 or 9656867. OLE color: 9656867.

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

Color convert

RGB 35 90 147 -
CMYK 0.76 0.39 0 0.42
HSL 210.54º 0.62% 0.36% -
HSV(B) 210.54º 0.76% 0.58% -
XYZ 9.62 9.78 28.98 -
YUV 80.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 35 90 147 0.76 0.39 0 0.42 210.54 0.62 0.36
Hex 23 5A 93 4C 27 0 2A D3 3E 24
Octal 43 132 223 114 47 0 52 323 76 44
Binary 100011 1011010 10010011 1001100 100111 0 101010 11010011 111110 100100

Color Harmonies of #235A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A93

Black with #235A93

Text Example


Text Example

White with #235A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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