Html Css Color HEX #253A71 Resolution Blue

📋 copy color: '#253A71'

red 37 ◦ green 58 ◦ blue 113

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

Shades of Resolution Blue #253A71

Tints of Resolution Blue #253A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

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

R = 17.79%
G = 27.88%
B = 54.33%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253A71 (or 0x253A71) is known color: Resolution Blue. HEX triplet: 25, 3A and 71. RGB value is (37,58,113). Sum of RGB (Red+Green+Blue) = 37+58+113=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #253A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A71 is #DAC58E. Grayscale: #393939. Windows color (decimal): -14337423 or 7420453. OLE color: 7420453.

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

Color convert

RGB 37 58 113 -
CMYK 0.67 0.49 0 0.56
HSL 223.42º 0.51% 0.29% -
HSV(B) 223.42º 0.67% 0.44% -
XYZ 5.26 4.61 16.24 -
YUV 57.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 37 58 113 0.67 0.49 0 0.56 223.42 0.51 0.29
Hex 25 3A 71 43 31 0 38 DF 33 1D
Octal 45 72 161 103 61 0 70 337 63 35
Binary 100101 111010 1110001 1000011 110001 0 111000 11011111 110011 11101

Color Harmonies of #253A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A71

Black with #253A71

Text Example


Text Example

White with #253A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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