Html Css Color HEX #253380 Resolution Blue

📋 copy color: '#253380'

red 37 ◦ green 51 ◦ blue 128

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

Shades of Resolution Blue #253380

Tints of Resolution Blue #253380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.26%

R = 17.13%
G = 23.61%
B = 59.26%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#253380 (or 0x253380) is known color: Resolution Blue. HEX triplet: 25, 33 and 80. RGB value is (37,51,128). Sum of RGB (Red+Green+Blue) = 37+51+128=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #253380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253380 is #DACC7F. Grayscale: #373737. Windows color (decimal): -14339200 or 8401701. OLE color: 8401701.

HSL color Cylindrical-coordinate representation of color #253380: hue angle of 230.77º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253380 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 51 128 -
CMYK 0.71 0.60 0 0.50
HSL 230.77º 0.55% 0.32% -
HSV(B) 230.77º 0.71% 0.5% -
XYZ 5.84 4.32 20.95 -
YUV 55.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 37 51 128 0.71 0.60 0 0.50 230.77 0.55 0.32
Hex 25 33 80 47 3C 0 32 E7 37 20
Octal 45 63 200 107 74 0 62 347 67 40
Binary 100101 110011 10000000 1000111 111100 0 110010 11100111 110111 100000

Color Harmonies of #253380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253380

Black with #253380

Text Example


Text Example

White with #253380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253380; }

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

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

background-color css

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

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

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

border-color css

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

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

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