Html Css Color HEX #255C98 Endeavour

📋 copy color: '#255C98'

red 37 ◦ green 92 ◦ blue 152

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

Shades of Endeavour #255C98

Tints of Endeavour #255C98

RGB

 RED value IS 37 (14.84% from 255) = 13.17%

 GREEN value IS 92 (36.33% from 255) = 32.74%

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

R = 13.17%
G = 32.74%
B = 54.09%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#255C98 (or 0x255C98) is known color: Endeavour. HEX triplet: 25, 5C and 98. RGB value is (37,92,152). Sum of RGB (Red+Green+Blue) = 37+92+152=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #255C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C98 is #DAA367. Grayscale: #525252. Windows color (decimal): -14328680 or 9985061. OLE color: 9985061.

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

Color convert

RGB 37 92 152 -
CMYK 0.76 0.39 0 0.40
HSL 211.3º 0.61% 0.37% -
HSV(B) 211.3º 0.76% 0.6% -
XYZ 10.26 10.31 31.16 -
YUV 82.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 37 92 152 0.76 0.39 0 0.40 211.3 0.61 0.37
Hex 25 5C 98 4C 27 0 28 D3 3D 25
Octal 45 134 230 114 47 0 50 323 75 45
Binary 100101 1011100 10011000 1001100 100111 0 101000 11010011 111101 100101

Color Harmonies of #255C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C98

Black with #255C98

Text Example


Text Example

White with #255C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255C98; }

 p { color: rgb(37,92,152); }

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

background-color css

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

 a { background-color: rgb(37,92,152); }

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

border-color css

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

 span { border-color: rgb(37,92,152); }

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