Html Css Color HEX #253071 Resolution Blue

📋 copy color: '#253071'

red 37 ◦ green 48 ◦ blue 113

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

Shades of Resolution Blue #253071

Tints of Resolution Blue #253071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 18.69%
G = 24.24%
B = 57.07%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253071 (or 0x253071) is known color: Resolution Blue. HEX triplet: 25, 30 and 71. RGB value is (37,48,113). Sum of RGB (Red+Green+Blue) = 37+48+113=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #253071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253071 is #DACF8E. Grayscale: #333333. Windows color (decimal): -14339983 or 7417893. OLE color: 7417893.

HSL color Cylindrical-coordinate representation of color #253071: hue angle of 231.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253071 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 48 113 -
CMYK 0.67 0.58 0 0.56
HSL 231.32º 0.51% 0.29% -
HSV(B) 231.32º 0.67% 0.44% -
XYZ 4.8 3.7 16.08 -
YUV 52.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 37 48 113 0.67 0.58 0 0.56 231.32 0.51 0.29
Hex 25 30 71 43 3A 0 38 E7 33 1D
Octal 45 60 161 103 72 0 70 347 63 35
Binary 100101 110000 1110001 1000011 111010 0 111000 11100111 110011 11101

Color Harmonies of #253071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253071

Black with #253071

Text Example


Text Example

White with #253071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253071; }

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

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

background-color css

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

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

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

border-color css

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

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

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