Html Css Color HEX #253275 Resolution Blue

📋 copy color: '#253275'

red 37 ◦ green 50 ◦ blue 117

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

Shades of Resolution Blue #253275

Tints of Resolution Blue #253275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 18.14%
G = 24.51%
B = 57.35%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253275 (or 0x253275) is known color: Resolution Blue. HEX triplet: 25, 32 and 75. RGB value is (37,50,117). Sum of RGB (Red+Green+Blue) = 37+50+117=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #253275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253275 is #DACD8A. Grayscale: #353535. Windows color (decimal): -14339467 or 7680549. OLE color: 7680549.

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

Color convert

RGB 37 50 117 -
CMYK 0.68 0.57 0 0.54
HSL 230.25º 0.52% 0.3% -
HSV(B) 230.25º 0.68% 0.46% -
XYZ 5.11 3.96 17.32 -
YUV 53.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 37 50 117 0.68 0.57 0 0.54 230.25 0.52 0.3
Hex 25 32 75 44 39 0 36 E6 34 1E
Octal 45 62 165 104 71 0 66 346 64 36
Binary 100101 110010 1110101 1000100 111001 0 110110 11100110 110100 11110

Color Harmonies of #253275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253275

Black with #253275

Text Example


Text Example

White with #253275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253275; }

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

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

background-color css

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

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

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

border-color css

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

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

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