Html Css Color HEX #253482 Resolution Blue

📋 copy color: '#253482'

red 37 ◦ green 52 ◦ blue 130

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

Shades of Resolution Blue #253482

Tints of Resolution Blue #253482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 16.89%
G = 23.74%
B = 59.36%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253482 (or 0x253482) is known color: Resolution Blue. HEX triplet: 25, 34 and 82. RGB value is (37,52,130). Sum of RGB (Red+Green+Blue) = 37+52+130=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #253482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253482 is #DACB7D. Grayscale: #383838. Windows color (decimal): -14338942 or 8533029. OLE color: 8533029.

HSL color Cylindrical-coordinate representation of color #253482: hue angle of 230.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253482 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 52 130 -
CMYK 0.72 0.60 0 0.49
HSL 230.32º 0.56% 0.33% -
HSV(B) 230.32º 0.72% 0.51% -
XYZ 6.02 4.46 21.66 -
YUV 56.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 37 52 130 0.72 0.60 0 0.49 230.32 0.56 0.33
Hex 25 34 82 48 3C 0 31 E6 38 21
Octal 45 64 202 110 74 0 61 346 70 41
Binary 100101 110100 10000010 1001000 111100 0 110001 11100110 111000 100001

Color Harmonies of #253482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253482

Black with #253482

Text Example


Text Example

White with #253482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253482; }

 p { color: rgb(37,52,130); }

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

background-color css

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

 a { background-color: rgb(37,52,130); }

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

border-color css

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

 span { border-color: rgb(37,52,130); }

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