Html Css Color HEX #253D77 Resolution Blue

📋 copy color: '#253D77'

red 37 ◦ green 61 ◦ blue 119

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

Shades of Resolution Blue #253D77

Tints of Resolution Blue #253D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 17.05%
G = 28.11%
B = 54.84%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253D77 (or 0x253D77) is known color: Resolution Blue. HEX triplet: 25, 3D and 77. RGB value is (37,61,119). Sum of RGB (Red+Green+Blue) = 37+61+119=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #253D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D77 is #DAC288. Grayscale: #3C3C3C. Windows color (decimal): -14336649 or 7814437. OLE color: 7814437.

HSL color Cylindrical-coordinate representation of color #253D77: hue angle of 222.44º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253D77 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 61 119 -
CMYK 0.69 0.49 0 0.53
HSL 222.44º 0.53% 0.31% -
HSV(B) 222.44º 0.69% 0.47% -
XYZ 5.76 5.06 18.13 -
YUV 60.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 37 61 119 0.69 0.49 0 0.53 222.44 0.53 0.31
Hex 25 3D 77 45 31 0 35 DE 35 1F
Octal 45 75 167 105 61 0 65 336 65 37
Binary 100101 111101 1110111 1000101 110001 0 110101 11011110 110101 11111

Color Harmonies of #253D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D77

Black with #253D77

Text Example


Text Example

White with #253D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,119); }

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

background-color css

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

 a { background-color: rgb(37,61,119); }

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

border-color css

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

 span { border-color: rgb(37,61,119); }

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