Html Css Color HEX #253D84 Resolution Blue

📋 copy color: '#253D84'

red 37 ◦ green 61 ◦ blue 132

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

Shades of Resolution Blue #253D84

Tints of Resolution Blue #253D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 16.09%
G = 26.52%
B = 57.39%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253D84 (or 0x253D84) is known color: Resolution Blue. HEX triplet: 25, 3D and 84. RGB value is (37,61,132). Sum of RGB (Red+Green+Blue) = 37+61+132=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #253D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D84 is #DAC27B. Grayscale: #3D3D3D. Windows color (decimal): -14336636 or 8666405. OLE color: 8666405.

HSL color Cylindrical-coordinate representation of color #253D84: hue angle of 224.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253D84 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 61 132 -
CMYK 0.72 0.54 0 0.48
HSL 224.84º 0.56% 0.33% -
HSV(B) 224.84º 0.72% 0.52% -
XYZ 6.6 5.4 22.52 -
YUV 61.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 37 61 132 0.72 0.54 0 0.48 224.84 0.56 0.33
Hex 25 3D 84 48 36 0 30 E1 38 21
Octal 45 75 204 110 66 0 60 341 70 41
Binary 100101 111101 10000100 1001000 110110 0 110000 11100001 111000 100001

Color Harmonies of #253D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D84

Black with #253D84

Text Example


Text Example

White with #253D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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