Html Css Color HEX #253671 Resolution Blue

📋 copy color: '#253671'

red 37 ◦ green 54 ◦ blue 113

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

Shades of Resolution Blue #253671

Tints of Resolution Blue #253671

RGB

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

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

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

R = 18.14%
G = 26.47%
B = 55.39%

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

#253671 (or 0x253671) is known color: Resolution Blue. HEX triplet: 25, 36 and 71. RGB value is (37,54,113). Sum of RGB (Red+Green+Blue) = 37+54+113=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #253671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253671 is #DAC98E. Grayscale: #373737. Windows color (decimal): -14338447 or 7419429. OLE color: 7419429.

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

Color convert

RGB 37 54 113 -
CMYK 0.67 0.52 0 0.56
HSL 226.58º 0.51% 0.29% -
HSV(B) 226.58º 0.67% 0.44% -
XYZ 5.06 4.22 16.17 -
YUV 55.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 37 54 113 0.67 0.52 0 0.56 226.58 0.51 0.29
Hex 25 36 71 43 34 0 38 E3 33 1D
Octal 45 66 161 103 64 0 70 343 63 35
Binary 100101 110110 1110001 1000011 110100 0 111000 11100011 110011 11101

Color Harmonies of #253671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253671

Black with #253671

Text Example


Text Example

White with #253671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253671; }

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

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

background-color css

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

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

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

border-color css

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

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

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