Html Css Color HEX #255184 Endeavour

📋 copy color: '#255184'

red 37 ◦ green 81 ◦ blue 132

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

Shades of Endeavour #255184

Tints of Endeavour #255184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 14.8%
G = 32.4%
B = 52.8%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255184 (or 0x255184) is known color: Endeavour. HEX triplet: 25, 51 and 84. RGB value is (37,81,132). Sum of RGB (Red+Green+Blue) = 37+81+132=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #255184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255184 is #DAAE7B. Grayscale: #494949. Windows color (decimal): -14331516 or 8671525. OLE color: 8671525.

HSL color Cylindrical-coordinate representation of color #255184: hue angle of 212.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255184 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 81 132 -
CMYK 0.72 0.39 0 0.48
HSL 212.21º 0.56% 0.33% -
HSV(B) 212.21º 0.72% 0.52% -
XYZ 7.87 7.94 22.95 -
YUV 73.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 37 81 132 0.72 0.39 0 0.48 212.21 0.56 0.33
Hex 25 51 84 48 27 0 30 D4 38 21
Octal 45 121 204 110 47 0 60 324 70 41
Binary 100101 1010001 10000100 1001000 100111 0 110000 11010100 111000 100001

Color Harmonies of #255184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255184

Black with #255184

Text Example


Text Example

White with #255184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255184; }

 p { color: rgb(37,81,132); }

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

background-color css

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

 a { background-color: rgb(37,81,132); }

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

border-color css

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

 span { border-color: rgb(37,81,132); }

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