Html Css Color HEX #253C76 Resolution Blue

📋 copy color: '#253C76'

red 37 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #253C76

Tints of Resolution Blue #253C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.91%

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

R = 17.21%
G = 27.91%
B = 54.88%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253C76 (or 0x253C76) is known color: Resolution Blue. HEX triplet: 25, 3C and 76. RGB value is (37,60,118). Sum of RGB (Red+Green+Blue) = 37+60+118=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #253C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C76 is #DAC389. Grayscale: #3B3B3B. Windows color (decimal): -14336906 or 7748645. OLE color: 7748645.

HSL color Cylindrical-coordinate representation of color #253C76: hue angle of 222.96º 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 #253C76 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 60 118 -
CMYK 0.69 0.49 0 0.54
HSL 222.96º 0.52% 0.3% -
HSV(B) 222.96º 0.69% 0.46% -
XYZ 5.65 4.93 17.79 -
YUV 59.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 37 60 118 0.69 0.49 0 0.54 222.96 0.52 0.3
Hex 25 3C 76 45 31 0 36 DF 34 1E
Octal 45 74 166 105 61 0 66 337 64 36
Binary 100101 111100 1110110 1000101 110001 0 110110 11011111 110100 11110

Color Harmonies of #253C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C76

Black with #253C76

Text Example


Text Example

White with #253C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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