Html Css Color HEX #235893 Endeavour

📋 copy color: '#235893'

red 35 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #235893

Tints of Endeavour #235893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 12.96%
G = 32.59%
B = 54.44%

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

#235893 (or 0x235893) is known color: Endeavour. HEX triplet: 23, 58 and 93. RGB value is (35,88,147). Sum of RGB (Red+Green+Blue) = 35+88+147=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #235893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235893 is #DCA76C. Grayscale: #4E4E4E. Windows color (decimal): -14460781 or 9656355. OLE color: 9656355.

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

Color convert

RGB 35 88 147 -
CMYK 0.76 0.40 0 0.42
HSL 211.61º 0.62% 0.36% -
HSV(B) 211.61º 0.76% 0.58% -
XYZ 9.45 9.44 28.93 -
YUV 78.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 35 88 147 0.76 0.40 0 0.42 211.61 0.62 0.36
Hex 23 58 93 4C 28 0 2A D4 3E 24
Octal 43 130 223 114 50 0 52 324 76 44
Binary 100011 1011000 10010011 1001100 101000 0 101010 11010100 111110 100100

Color Harmonies of #235893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235893

Black with #235893

Text Example


Text Example

White with #235893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235893; }

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

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

background-color css

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

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

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

border-color css

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

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

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