Html Css Color HEX #253975 Resolution Blue

📋 copy color: '#253975'

red 37 ◦ green 57 ◦ blue 117

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

Shades of Resolution Blue #253975

Tints of Resolution Blue #253975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 17.54%
G = 27.01%
B = 55.45%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253975 (or 0x253975) is known color: Resolution Blue. HEX triplet: 25, 39 and 75. RGB value is (37,57,117). Sum of RGB (Red+Green+Blue) = 37+57+117=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #253975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253975 is #DAC68A. Grayscale: #393939. Windows color (decimal): -14337675 or 7682341. OLE color: 7682341.

HSL color Cylindrical-coordinate representation of color #253975: hue angle of 225º 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 #253975 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 57 117 -
CMYK 0.68 0.51 0 0.54
HSL 225º 0.52% 0.3% -
HSV(B) 225º 0.68% 0.46% -
XYZ 5.44 4.6 17.43 -
YUV 57.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 37 57 117 0.68 0.51 0 0.54 225 0.52 0.3
Hex 25 39 75 44 33 0 36 E1 34 1E
Octal 45 71 165 104 63 0 66 341 64 36
Binary 100101 111001 1110101 1000100 110011 0 110110 11100001 110100 11110

Color Harmonies of #253975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253975

Black with #253975

Text Example


Text Example

White with #253975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253975; }

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

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

background-color css

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

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

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

border-color css

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

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

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