Html Css Color HEX #255A9D Endeavour

📋 copy color: '#255A9D'

red 37 ◦ green 90 ◦ blue 157

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

Shades of Endeavour #255A9D

Tints of Endeavour #255A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 13.03%
G = 31.69%
B = 55.28%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#255A9D (or 0x255A9D) is known color: Endeavour. HEX triplet: 25, 5A and 9D. RGB value is (37,90,157). Sum of RGB (Red+Green+Blue) = 37+90+157=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #255A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A9D is #DAA562. Grayscale: #515151. Windows color (decimal): -14329187 or 10312229. OLE color: 10312229.

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

Color convert

RGB 37 90 157 -
CMYK 0.76 0.43 0 0.38
HSL 213.5º 0.62% 0.38% -
HSV(B) 213.5º 0.76% 0.62% -
XYZ 10.5 10.14 33.3 -
YUV 81.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 37 90 157 0.76 0.43 0 0.38 213.5 0.62 0.38
Hex 25 5A 9D 4C 2B 0 26 D6 3E 26
Octal 45 132 235 114 53 0 46 326 76 46
Binary 100101 1011010 10011101 1001100 101011 0 100110 11010110 111110 100110

Color Harmonies of #255A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A9D

Black with #255A9D

Text Example


Text Example

White with #255A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,90,157); }

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

background-color css

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

 a { background-color: rgb(37,90,157); }

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

border-color css

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

 span { border-color: rgb(37,90,157); }

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