Html Css Color HEX #255F9C Endeavour

📋 copy color: '#255F9C'

red 37 ◦ green 95 ◦ blue 156

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

Shades of Endeavour #255F9C

Tints of Endeavour #255F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 12.85%
G = 32.99%
B = 54.17%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#255F9C (or 0x255F9C) is known color: Endeavour. HEX triplet: 25, 5F and 9C. RGB value is (37,95,156). Sum of RGB (Red+Green+Blue) = 37+95+156=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #255F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F9C is #DAA063. Grayscale: #545454. Windows color (decimal): -14327908 or 10247973. OLE color: 10247973.

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

Color convert

RGB 37 95 156 -
CMYK 0.76 0.39 0 0.39
HSL 210.76º 0.62% 0.38% -
HSV(B) 210.76º 0.76% 0.61% -
XYZ 10.86 10.98 33 -
YUV 84.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 37 95 156 0.76 0.39 0 0.39 210.76 0.62 0.38
Hex 25 5F 9C 4C 27 0 27 D3 3E 26
Octal 45 137 234 114 47 0 47 323 76 46
Binary 100101 1011111 10011100 1001100 100111 0 100111 11010011 111110 100110

Color Harmonies of #255F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F9C

Black with #255F9C

Text Example


Text Example

White with #255F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,156); }

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

background-color css

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

 a { background-color: rgb(37,95,156); }

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

border-color css

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

 span { border-color: rgb(37,95,156); }

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