Html Css Color HEX #253F84 Resolution Blue

📋 copy color: '#253F84'

red 37 ◦ green 63 ◦ blue 132

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

Shades of Resolution Blue #253F84

Tints of Resolution Blue #253F84

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 15.95%
G = 27.16%
B = 56.9%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253F84 (or 0x253F84) is known color: Resolution Blue. HEX triplet: 25, 3F and 84. RGB value is (37,63,132). Sum of RGB (Red+Green+Blue) = 37+63+132=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #253F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253F84 is #DAC07B. Grayscale: #3E3E3E. Windows color (decimal): -14336124 or 8666917. OLE color: 8666917.

HSL color Cylindrical-coordinate representation of color #253F84: hue angle of 223.58º 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 #253F84 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 63 132 -
CMYK 0.72 0.52 0 0.48
HSL 223.58º 0.56% 0.33% -
HSV(B) 223.58º 0.72% 0.52% -
XYZ 6.71 5.61 22.56 -
YUV 63.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 37 63 132 0.72 0.52 0 0.48 223.58 0.56 0.33
Hex 25 3F 84 48 34 0 30 E0 38 21
Octal 45 77 204 110 64 0 60 340 70 41
Binary 100101 111111 10000100 1001000 110100 0 110000 11100000 111000 100001

Color Harmonies of #253F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F84

Black with #253F84

Text Example


Text Example

White with #253F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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