Html Css Color HEX #255082 Endeavour

📋 copy color: '#255082'

red 37 ◦ green 80 ◦ blue 130

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

Shades of Endeavour #255082

Tints of Endeavour #255082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 14.98%
G = 32.39%
B = 52.63%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255082 (or 0x255082) is known color: Endeavour. HEX triplet: 25, 50 and 82. RGB value is (37,80,130). Sum of RGB (Red+Green+Blue) = 37+80+130=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #255082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255082 is #DAAF7D. Grayscale: #484848. Windows color (decimal): -14331774 or 8540197. OLE color: 8540197.

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

Color convert

RGB 37 80 130 -
CMYK 0.72 0.38 0 0.49
HSL 212.26º 0.56% 0.33% -
HSV(B) 212.26º 0.72% 0.51% -
XYZ 7.66 7.74 22.21 -
YUV 72.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 37 80 130 0.72 0.38 0 0.49 212.26 0.56 0.33
Hex 25 50 82 48 26 0 31 D4 38 21
Octal 45 120 202 110 46 0 61 324 70 41
Binary 100101 1010000 10000010 1001000 100110 0 110001 11010100 111000 100001

Color Harmonies of #255082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255082

Black with #255082

Text Example


Text Example

White with #255082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255082; }

 p { color: rgb(37,80,130); }

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

background-color css

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

 a { background-color: rgb(37,80,130); }

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

border-color css

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

 span { border-color: rgb(37,80,130); }

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