Html Css Color HEX #253474 Resolution Blue

📋 copy color: '#253474'

red 37 ◦ green 52 ◦ blue 116

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

Shades of Resolution Blue #253474

Tints of Resolution Blue #253474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 18.05%
G = 25.37%
B = 56.59%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253474 (or 0x253474) is known color: Resolution Blue. HEX triplet: 25, 34 and 74. RGB value is (37,52,116). Sum of RGB (Red+Green+Blue) = 37+52+116=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #253474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253474 is #DACB8B. Grayscale: #363636. Windows color (decimal): -14338956 or 7615525. OLE color: 7615525.

HSL color Cylindrical-coordinate representation of color #253474: hue angle of 228.61º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253474 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 52 116 -
CMYK 0.68 0.55 0 0.55
HSL 228.61º 0.52% 0.3% -
HSV(B) 228.61º 0.68% 0.45% -
XYZ 5.14 4.11 17.05 -
YUV 54.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 37 52 116 0.68 0.55 0 0.55 228.61 0.52 0.3
Hex 25 34 74 44 37 0 37 E5 34 1E
Octal 45 64 164 104 67 0 67 345 64 36
Binary 100101 110100 1110100 1000100 110111 0 110111 11100101 110100 11110

Color Harmonies of #253474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253474

Black with #253474

Text Example


Text Example

White with #253474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253474; }

 p { color: rgb(37,52,116); }

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

background-color css

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

 a { background-color: rgb(37,52,116); }

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

border-color css

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

 span { border-color: rgb(37,52,116); }

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