Html Css Color HEX #253273 Resolution Blue

📋 copy color: '#253273'

red 37 ◦ green 50 ◦ blue 115

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

Shades of Resolution Blue #253273

Tints of Resolution Blue #253273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 18.32%
G = 24.75%
B = 56.93%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253273 (or 0x253273) is known color: Resolution Blue. HEX triplet: 25, 32 and 73. RGB value is (37,50,115). Sum of RGB (Red+Green+Blue) = 37+50+115=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #253273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253273 is #DACD8C. Grayscale: #353535. Windows color (decimal): -14339469 or 7549477. OLE color: 7549477.

HSL color Cylindrical-coordinate representation of color #253273: hue angle of 230º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253273 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 50 115 -
CMYK 0.68 0.57 0 0.55
HSL 230º 0.51% 0.3% -
HSV(B) 230º 0.68% 0.45% -
XYZ 5 3.91 16.71 -
YUV 53.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 37 50 115 0.68 0.57 0 0.55 230 0.51 0.3
Hex 25 32 73 44 39 0 37 E6 33 1E
Octal 45 62 163 104 71 0 67 346 63 36
Binary 100101 110010 1110011 1000100 111001 0 110111 11100110 110011 11110

Color Harmonies of #253273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253273

Black with #253273

Text Example


Text Example

White with #253273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253273; }

 p { color: rgb(37,50,115); }

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

background-color css

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

 a { background-color: rgb(37,50,115); }

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

border-color css

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

 span { border-color: rgb(37,50,115); }

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