Html Css Color HEX #253076 Resolution Blue

📋 copy color: '#253076'

red 37 ◦ green 48 ◦ blue 118

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

Shades of Resolution Blue #253076

Tints of Resolution Blue #253076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 18.23%
G = 23.65%
B = 58.13%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253076 (or 0x253076) is known color: Resolution Blue. HEX triplet: 25, 30 and 76. RGB value is (37,48,118). Sum of RGB (Red+Green+Blue) = 37+48+118=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #253076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253076 is #DACF89. Grayscale: #343434. Windows color (decimal): -14339978 or 7745573. OLE color: 7745573.

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

Color convert

RGB 37 48 118 -
CMYK 0.69 0.59 0 0.54
HSL 231.85º 0.52% 0.3% -
HSV(B) 231.85º 0.69% 0.46% -
XYZ 5.09 3.82 17.61 -
YUV 52.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 37 48 118 0.69 0.59 0 0.54 231.85 0.52 0.3
Hex 25 30 76 45 3B 0 36 E8 34 1E
Octal 45 60 166 105 73 0 66 350 64 36
Binary 100101 110000 1110110 1000101 111011 0 110110 11101000 110100 11110

Color Harmonies of #253076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253076

Black with #253076

Text Example


Text Example

White with #253076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253076; }

 p { color: rgb(37,48,118); }

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

background-color css

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

 a { background-color: rgb(37,48,118); }

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

border-color css

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

 span { border-color: rgb(37,48,118); }

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