Html Css Color HEX #253776 Resolution Blue

📋 copy color: '#253776'

red 37 ◦ green 55 ◦ blue 118

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

Shades of Resolution Blue #253776

Tints of Resolution Blue #253776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 17.62%
G = 26.19%
B = 56.19%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253776 (or 0x253776) is known color: Resolution Blue. HEX triplet: 25, 37 and 76. RGB value is (37,55,118). Sum of RGB (Red+Green+Blue) = 37+55+118=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #253776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253776 is #DAC889. Grayscale: #383838. Windows color (decimal): -14338186 or 7747365. OLE color: 7747365.

HSL color Cylindrical-coordinate representation of color #253776: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253776 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 55 118 -
CMYK 0.69 0.53 0 0.54
HSL 226.67º 0.52% 0.3% -
HSV(B) 226.67º 0.69% 0.46% -
XYZ 5.4 4.43 17.71 -
YUV 56.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 37 55 118 0.69 0.53 0 0.54 226.67 0.52 0.3
Hex 25 37 76 45 35 0 36 E3 34 1E
Octal 45 67 166 105 65 0 66 343 64 36
Binary 100101 110111 1110110 1000101 110101 0 110110 11100011 110100 11110

Color Harmonies of #253776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253776

Black with #253776

Text Example


Text Example

White with #253776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253776; }

 p { color: rgb(37,55,118); }

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

background-color css

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

 a { background-color: rgb(37,55,118); }

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

border-color css

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

 span { border-color: rgb(37,55,118); }

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