Html Css Color HEX #253382 Resolution Blue

📋 copy color: '#253382'

red 37 ◦ green 51 ◦ blue 130

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

Shades of Resolution Blue #253382

Tints of Resolution Blue #253382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 16.97%
G = 23.39%
B = 59.63%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253382 (or 0x253382) is known color: Resolution Blue. HEX triplet: 25, 33 and 82. RGB value is (37,51,130). Sum of RGB (Red+Green+Blue) = 37+51+130=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #253382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253382 is #DACC7D. Grayscale: #373737. Windows color (decimal): -14339198 or 8532773. OLE color: 8532773.

HSL color Cylindrical-coordinate representation of color #253382: hue angle of 230.97º 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 #253382 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 51 130 -
CMYK 0.72 0.61 0 0.49
HSL 230.97º 0.56% 0.33% -
HSV(B) 230.97º 0.72% 0.51% -
XYZ 5.98 4.37 21.65 -
YUV 55.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 37 51 130 0.72 0.61 0 0.49 230.97 0.56 0.33
Hex 25 33 82 48 3D 0 31 E7 38 21
Octal 45 63 202 110 75 0 61 347 70 41
Binary 100101 110011 10000010 1001000 111101 0 110001 11100111 111000 100001

Color Harmonies of #253382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253382

Black with #253382

Text Example


Text Example

White with #253382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253382; }

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

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

background-color css

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

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

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

border-color css

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

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

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