Html Css Color HEX #253F71 Resolution Blue

📋 copy color: '#253F71'

red 37 ◦ green 63 ◦ blue 113

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

Shades of Resolution Blue #253F71

Tints of Resolution Blue #253F71

RGB

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

 GREEN value IS 63 (25% from 255) = 29.58%

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

R = 17.37%
G = 29.58%
B = 53.05%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253F71 (or 0x253F71) is known color: Resolution Blue. HEX triplet: 25, 3F and 71. RGB value is (37,63,113). Sum of RGB (Red+Green+Blue) = 37+63+113=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #253F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F71 is #DAC08E. Grayscale: #3C3C3C. Windows color (decimal): -14336143 or 7421733. OLE color: 7421733.

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

Color convert

RGB 37 63 113 -
CMYK 0.67 0.44 0 0.56
HSL 219.47º 0.51% 0.29% -
HSV(B) 219.47º 0.67% 0.44% -
XYZ 5.52 5.14 16.32 -
YUV 60.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 37 63 113 0.67 0.44 0 0.56 219.47 0.51 0.29
Hex 25 3F 71 43 2C 0 38 DB 33 1D
Octal 45 77 161 103 54 0 70 333 63 35
Binary 100101 111111 1110001 1000011 101100 0 111000 11011011 110011 11101

Color Harmonies of #253F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F71

Black with #253F71

Text Example


Text Example

White with #253F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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