Html Css Color HEX #253670 Resolution Blue

📋 copy color: '#253670'

red 37 ◦ green 54 ◦ blue 112

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

Shades of Resolution Blue #253670

Tints of Resolution Blue #253670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 18.23%
G = 26.6%
B = 55.17%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253670 (or 0x253670) is known color: Resolution Blue. HEX triplet: 25, 36 and 70. RGB value is (37,54,112). Sum of RGB (Red+Green+Blue) = 37+54+112=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #253670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253670 is #DAC98F. Grayscale: #373737. Windows color (decimal): -14338448 or 7353893. OLE color: 7353893.

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

Color convert

RGB 37 54 112 -
CMYK 0.67 0.52 0 0.56
HSL 226.4º 0.5% 0.29% -
HSV(B) 226.4º 0.67% 0.44% -
XYZ 5.01 4.2 15.88 -
YUV 55.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 37 54 112 0.67 0.52 0 0.56 226.4 0.5 0.29
Hex 25 36 70 43 34 0 38 E2 32 1D
Octal 45 66 160 103 64 0 70 342 62 35
Binary 100101 110110 1110000 1000011 110100 0 111000 11100010 110010 11101

Color Harmonies of #253670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253670

Black with #253670

Text Example


Text Example

White with #253670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253670; }

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

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

background-color css

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

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

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

border-color css

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

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

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