Html Css Color HEX #253070 Resolution Blue

📋 copy color: '#253070'

red 37 ◦ green 48 ◦ blue 112

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

Shades of Resolution Blue #253070

Tints of Resolution Blue #253070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 18.78%
G = 24.37%
B = 56.85%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253070 (or 0x253070) is known color: Resolution Blue. HEX triplet: 25, 30 and 70. RGB value is (37,48,112). Sum of RGB (Red+Green+Blue) = 37+48+112=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #253070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253070 is #DACF8F. Grayscale: #333333. Windows color (decimal): -14339984 or 7352357. OLE color: 7352357.

HSL color Cylindrical-coordinate representation of color #253070: hue angle of 231.2º degrees, saturation: 0.5, 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 #253070 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 48 112 -
CMYK 0.67 0.57 0 0.56
HSL 231.2º 0.5% 0.29% -
HSV(B) 231.2º 0.67% 0.44% -
XYZ 4.74 3.68 15.79 -
YUV 52.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 37 48 112 0.67 0.57 0 0.56 231.2 0.5 0.29
Hex 25 30 70 43 39 0 38 E7 32 1D
Octal 45 60 160 103 71 0 70 347 62 35
Binary 100101 110000 1110000 1000011 111001 0 111000 11100111 110010 11101

Color Harmonies of #253070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253070

Black with #253070

Text Example


Text Example

White with #253070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253070; }

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

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

background-color css

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

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

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

border-color css

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

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

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