Html Css Color HEX #255E9A Endeavour

📋 copy color: '#255E9A'

red 37 ◦ green 94 ◦ blue 154

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

Shades of Endeavour #255E9A

Tints of Endeavour #255E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 12.98%
G = 32.98%
B = 54.04%

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

#255E9A (or 0x255E9A) is known color: Endeavour. HEX triplet: 25, 5E and 9A. RGB value is (37,94,154). Sum of RGB (Red+Green+Blue) = 37+94+154=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #255E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E9A is #DAA165. Grayscale: #535353. Windows color (decimal): -14328166 or 10116645. OLE color: 10116645.

HSL color Cylindrical-coordinate representation of color #255E9A: hue angle of 210.77º 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 #255E9A is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 94 154 -
CMYK 0.76 0.39 0 0.40
HSL 210.77º 0.61% 0.37% -
HSV(B) 210.77º 0.76% 0.6% -
XYZ 10.6 10.73 32.08 -
YUV 83.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 37 94 154 0.76 0.39 0 0.40 210.77 0.61 0.37
Hex 25 5E 9A 4C 27 0 28 D3 3D 25
Octal 45 136 232 114 47 0 50 323 75 45
Binary 100101 1011110 10011010 1001100 100111 0 101000 11010011 111101 100101

Color Harmonies of #255E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E9A

Black with #255E9A

Text Example


Text Example

White with #255E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,154); }

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

background-color css

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

 a { background-color: rgb(37,94,154); }

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

border-color css

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

 span { border-color: rgb(37,94,154); }

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