Html Css Color HEX #253385 Resolution Blue

📋 copy color: '#253385'

red 37 ◦ green 51 ◦ blue 133

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

Shades of Resolution Blue #253385

Tints of Resolution Blue #253385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 16.74%
G = 23.08%
B = 60.18%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253385 (or 0x253385) is known color: Resolution Blue. HEX triplet: 25, 33 and 85. RGB value is (37,51,133). Sum of RGB (Red+Green+Blue) = 37+51+133=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #253385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253385 is #DACC7A. Grayscale: #373737. Windows color (decimal): -14339195 or 8729381. OLE color: 8729381.

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

Color convert

RGB 37 51 133 -
CMYK 0.72 0.62 0 0.48
HSL 231.25º 0.56% 0.33% -
HSV(B) 231.25º 0.72% 0.52% -
XYZ 6.18 4.45 22.72 -
YUV 56.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 37 51 133 0.72 0.62 0 0.48 231.25 0.56 0.33
Hex 25 33 85 48 3E 0 30 E7 38 21
Octal 45 63 205 110 76 0 60 347 70 41
Binary 100101 110011 10000101 1001000 111110 0 110000 11100111 111000 100001

Color Harmonies of #253385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253385

Black with #253385

Text Example


Text Example

White with #253385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253385; }

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

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

background-color css

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

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

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

border-color css

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

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

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