Html Css Color HEX #255485 Endeavour

📋 copy color: '#255485'

red 37 ◦ green 84 ◦ blue 133

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

Shades of Endeavour #255485

Tints of Endeavour #255485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 14.57%
G = 33.07%
B = 52.36%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255485 (or 0x255485) is known color: Endeavour. HEX triplet: 25, 54 and 85. RGB value is (37,84,133). Sum of RGB (Red+Green+Blue) = 37+84+133=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #255485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255485 is #DAAB7A. Grayscale: #4B4B4B. Windows color (decimal): -14330747 or 8737829. OLE color: 8737829.

HSL color Cylindrical-coordinate representation of color #255485: hue angle of 210.62º 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 #255485 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 84 133 -
CMYK 0.72 0.37 0 0.48
HSL 210.63º 0.56% 0.33% -
HSV(B) 210.63º 0.72% 0.52% -
XYZ 8.17 8.43 23.39 -
YUV 75.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 37 84 133 0.72 0.37 0 0.48 210.63 0.56 0.33
Hex 25 54 85 48 25 0 30 D3 38 21
Octal 45 124 205 110 45 0 60 323 70 41
Binary 100101 1010100 10000101 1001000 100101 0 110000 11010011 111000 100001

Color Harmonies of #255485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255485

Black with #255485

Text Example


Text Example

White with #255485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255485; }

 p { color: rgb(37,84,133); }

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

background-color css

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

 a { background-color: rgb(37,84,133); }

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

border-color css

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

 span { border-color: rgb(37,84,133); }

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