Html Css Color HEX #235498 Endeavour

📋 copy color: '#235498'

red 35 ◦ green 84 ◦ blue 152

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

Shades of Endeavour #235498

Tints of Endeavour #235498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 12.92%
G = 31%
B = 56.09%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#235498 (or 0x235498) is known color: Endeavour. HEX triplet: 23, 54 and 98. RGB value is (35,84,152). Sum of RGB (Red+Green+Blue) = 35+84+152=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #235498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235498 is #DCAB67. Grayscale: #4C4C4C. Windows color (decimal): -14461800 or 9983011. OLE color: 9983011.

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

Color convert

RGB 35 84 152 -
CMYK 0.77 0.45 0 0.40
HSL 214.87º 0.63% 0.37% -
HSV(B) 214.87º 0.77% 0.6% -
XYZ 9.53 8.96 30.93 -
YUV 77.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 35 84 152 0.77 0.45 0 0.40 214.87 0.63 0.37
Hex 23 54 98 4D 2D 0 28 D7 3F 25
Octal 43 124 230 115 55 0 50 327 77 45
Binary 100011 1010100 10011000 1001101 101101 0 101000 11010111 111111 100101

Color Harmonies of #235498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235498

Black with #235498

Text Example


Text Example

White with #235498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235498; }

 p { color: rgb(35,84,152); }

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

background-color css

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

 a { background-color: rgb(35,84,152); }

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

border-color css

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

 span { border-color: rgb(35,84,152); }

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