Html Css Color HEX #255BA2 Endeavour

📋 copy color: '#255BA2'

red 37 ◦ green 91 ◦ blue 162

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

Shades of Endeavour #255BA2

Tints of Endeavour #255BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

 BLUE value IS 162 (63.67% from 255) = 55.86%

R = 12.76%
G = 31.38%
B = 55.86%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#255BA2 (or 0x255BA2) is known color: Endeavour. HEX triplet: 25, 5B and A2. RGB value is (37,91,162). Sum of RGB (Red+Green+Blue) = 37+91+162=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #255BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BA2 is #DAA45D. Grayscale: #525252. Windows color (decimal): -14328926 or 10640165. OLE color: 10640165.

HSL color Cylindrical-coordinate representation of color #255BA2: hue angle of 214.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255BA2 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 91 162 -
CMYK 0.77 0.44 0 0.36
HSL 214.08º 0.63% 0.39% -
HSV(B) 214.08º 0.77% 0.64% -
XYZ 11.03 10.48 35.62 -
YUV 82.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 37 91 162 0.77 0.44 0 0.36 214.08 0.63 0.39
Hex 25 5B A2 4D 2C 0 24 D6 3F 27
Octal 45 133 242 115 54 0 44 326 77 47
Binary 100101 1011011 10100010 1001101 101100 0 100100 11010110 111111 100111

Color Harmonies of #255BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BA2

Black with #255BA2

Text Example


Text Example

White with #255BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,162); }

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

background-color css

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

 a { background-color: rgb(37,91,162); }

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

border-color css

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

 span { border-color: rgb(37,91,162); }

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