Html Css Color HEX #255283 Endeavour

📋 copy color: '#255283'

red 37 ◦ green 82 ◦ blue 131

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

Shades of Endeavour #255283

Tints of Endeavour #255283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 14.8%
G = 32.8%
B = 52.4%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255283 (or 0x255283) is known color: Endeavour. HEX triplet: 25, 52 and 83. RGB value is (37,82,131). Sum of RGB (Red+Green+Blue) = 37+82+131=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #255283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255283 is #DAAD7C. Grayscale: #494949. Windows color (decimal): -14331261 or 8606245. OLE color: 8606245.

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

Color convert

RGB 37 82 131 -
CMYK 0.72 0.37 0 0.49
HSL 211.28º 0.56% 0.33% -
HSV(B) 211.28º 0.72% 0.51% -
XYZ 7.88 8.07 22.61 -
YUV 74.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 37 82 131 0.72 0.37 0 0.49 211.28 0.56 0.33
Hex 25 52 83 48 25 0 31 D3 38 21
Octal 45 122 203 110 45 0 61 323 70 41
Binary 100101 1010010 10000011 1001000 100101 0 110001 11010011 111000 100001

Color Harmonies of #255283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255283

Black with #255283

Text Example


Text Example

White with #255283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255283; }

 p { color: rgb(37,82,131); }

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

background-color css

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

 a { background-color: rgb(37,82,131); }

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

border-color css

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

 span { border-color: rgb(37,82,131); }

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