Html Css Color HEX #235E9A Endeavour

📋 copy color: '#235E9A'

red 35 ◦ green 94 ◦ blue 154

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

Shades of Endeavour #235E9A

Tints of Endeavour #235E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 12.37%
G = 33.22%
B = 54.42%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#235E9A (or 0x235E9A) is known color: Endeavour. HEX triplet: 23, 5E and 9A. RGB value is (35,94,154). Sum of RGB (Red+Green+Blue) = 35+94+154=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #235E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E9A is #DCA165. Grayscale: #525252. Windows color (decimal): -14459238 or 10116643. OLE color: 10116643.

HSL color Cylindrical-coordinate representation of color #235E9A: hue angle of 210.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235E9A is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 94 154 -
CMYK 0.77 0.39 0 0.40
HSL 210.25º 0.63% 0.37% -
HSV(B) 210.25º 0.77% 0.6% -
XYZ 10.53 10.7 32.08 -
YUV 83.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 35 94 154 0.77 0.39 0 0.40 210.25 0.63 0.37
Hex 23 5E 9A 4D 27 0 28 D2 3F 25
Octal 43 136 232 115 47 0 50 322 77 45
Binary 100011 1011110 10011010 1001101 100111 0 101000 11010010 111111 100101

Color Harmonies of #235E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235E9A

Black with #235E9A

Text Example


Text Example

White with #235E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,94,154); }

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

background-color css

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

 a { background-color: rgb(35,94,154); }

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

border-color css

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

 span { border-color: rgb(35,94,154); }

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