Html Css Color HEX #253882 Resolution Blue

📋 copy color: '#253882'

red 37 ◦ green 56 ◦ blue 130

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

Shades of Resolution Blue #253882

Tints of Resolution Blue #253882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 16.59%
G = 25.11%
B = 58.3%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253882 (or 0x253882) is known color: Resolution Blue. HEX triplet: 25, 38 and 82. RGB value is (37,56,130). Sum of RGB (Red+Green+Blue) = 37+56+130=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #253882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253882 is #DAC77D. Grayscale: #3A3A3A. Windows color (decimal): -14337918 or 8534053. OLE color: 8534053.

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

Color convert

RGB 37 56 130 -
CMYK 0.72 0.57 0 0.49
HSL 227.74º 0.56% 0.33% -
HSV(B) 227.74º 0.72% 0.51% -
XYZ 6.21 4.83 21.72 -
YUV 58.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 37 56 130 0.72 0.57 0 0.49 227.74 0.56 0.33
Hex 25 38 82 48 39 0 31 E4 38 21
Octal 45 70 202 110 71 0 61 344 70 41
Binary 100101 111000 10000010 1001000 111001 0 110001 11100100 111000 100001

Color Harmonies of #253882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253882

Black with #253882

Text Example


Text Example

White with #253882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253882; }

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

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

background-color css

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

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

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

border-color css

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

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

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