Html Css Color HEX #255792 Endeavour

📋 copy color: '#255792'

red 37 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #255792

Tints of Endeavour #255792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 13.7%
G = 32.22%
B = 54.07%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255792 (or 0x255792) is known color: Endeavour. HEX triplet: 25, 57 and 92. RGB value is (37,87,146). Sum of RGB (Red+Green+Blue) = 37+87+146=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #255792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255792 is #DAA86D. Grayscale: #4E4E4E. Windows color (decimal): -14329966 or 9590565. OLE color: 9590565.

HSL color Cylindrical-coordinate representation of color #255792: hue angle of 212.48º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255792 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 87 146 -
CMYK 0.75 0.40 0 0.43
HSL 212.48º 0.6% 0.36% -
HSV(B) 212.48º 0.75% 0.57% -
XYZ 9.36 9.29 28.49 -
YUV 78.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 37 87 146 0.75 0.40 0 0.43 212.48 0.6 0.36
Hex 25 57 92 4B 28 0 2B D4 3C 24
Octal 45 127 222 113 50 0 53 324 74 44
Binary 100101 1010111 10010010 1001011 101000 0 101011 11010100 111100 100100

Color Harmonies of #255792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255792

Black with #255792

Text Example


Text Example

White with #255792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255792; }

 p { color: rgb(37,87,146); }

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

background-color css

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

 a { background-color: rgb(37,87,146); }

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

border-color css

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

 span { border-color: rgb(37,87,146); }

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