Html Css Color HEX #253D71 Resolution Blue

📋 copy color: '#253D71'

red 37 ◦ green 61 ◦ blue 113

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

Shades of Resolution Blue #253D71

Tints of Resolution Blue #253D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 17.54%
G = 28.91%
B = 53.55%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253D71 (or 0x253D71) is known color: Resolution Blue. HEX triplet: 25, 3D and 71. RGB value is (37,61,113). Sum of RGB (Red+Green+Blue) = 37+61+113=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #253D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D71 is #DAC28E. Grayscale: #3B3B3B. Windows color (decimal): -14336655 or 7421221. OLE color: 7421221.

HSL color Cylindrical-coordinate representation of color #253D71: hue angle of 221.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253D71 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 61 113 -
CMYK 0.67 0.46 0 0.56
HSL 221.05º 0.51% 0.29% -
HSV(B) 221.05º 0.67% 0.44% -
XYZ 5.41 4.92 16.29 -
YUV 59.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 37 61 113 0.67 0.46 0 0.56 221.05 0.51 0.29
Hex 25 3D 71 43 2E 0 38 DD 33 1D
Octal 45 75 161 103 56 0 70 335 63 35
Binary 100101 111101 1110001 1000011 101110 0 111000 11011101 110011 11101

Color Harmonies of #253D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D71

Black with #253D71

Text Example


Text Example

White with #253D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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