Html Css Color HEX #253A84 Resolution Blue

📋 copy color: '#253A84'

red 37 ◦ green 58 ◦ blue 132

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

Shades of Resolution Blue #253A84

Tints of Resolution Blue #253A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

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

R = 16.3%
G = 25.55%
B = 58.15%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253A84 (or 0x253A84) is known color: Resolution Blue. HEX triplet: 25, 3A and 84. RGB value is (37,58,132). Sum of RGB (Red+Green+Blue) = 37+58+132=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #253A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A84 is #DAC57B. Grayscale: #3B3B3B. Windows color (decimal): -14337404 or 8665637. OLE color: 8665637.

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

Color convert

RGB 37 58 132 -
CMYK 0.72 0.56 0 0.48
HSL 226.74º 0.56% 0.33% -
HSV(B) 226.74º 0.72% 0.52% -
XYZ 6.44 5.09 22.47 -
YUV 60.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 37 58 132 0.72 0.56 0 0.48 226.74 0.56 0.33
Hex 25 3A 84 48 38 0 30 E3 38 21
Octal 45 72 204 110 70 0 60 343 70 41
Binary 100101 111010 10000100 1001000 111000 0 110000 11100011 111000 100001

Color Harmonies of #253A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A84

Black with #253A84

Text Example


Text Example

White with #253A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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