Html Css Color HEX #255C92 Endeavour

📋 copy color: '#255C92'

red 37 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #255C92

Tints of Endeavour #255C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

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

R = 13.45%
G = 33.45%
B = 53.09%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255C92 (or 0x255C92) is known color: Endeavour. HEX triplet: 25, 5C and 92. RGB value is (37,92,146). Sum of RGB (Red+Green+Blue) = 37+92+146=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #255C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C92 is #DAA36D. Grayscale: #515151. Windows color (decimal): -14328686 or 9591845. OLE color: 9591845.

HSL color Cylindrical-coordinate representation of color #255C92: hue angle of 209.72º 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 #255C92 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 92 146 -
CMYK 0.75 0.37 0 0.43
HSL 209.72º 0.6% 0.36% -
HSV(B) 209.72º 0.75% 0.57% -
XYZ 9.78 10.12 28.63 -
YUV 81.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 37 92 146 0.75 0.37 0 0.43 209.72 0.6 0.36
Hex 25 5C 92 4B 25 0 2B D2 3C 24
Octal 45 134 222 113 45 0 53 322 74 44
Binary 100101 1011100 10010010 1001011 100101 0 101011 11010010 111100 100100

Color Harmonies of #255C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C92

Black with #255C92

Text Example


Text Example

White with #255C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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