Html Css Color HEX #253C7F Resolution Blue

📋 copy color: '#253C7F'

red 37 ◦ green 60 ◦ blue 127

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

Shades of Resolution Blue #253C7F

Tints of Resolution Blue #253C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 127 (50% from 255) = 56.7%

R = 16.52%
G = 26.79%
B = 56.7%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#253C7F (or 0x253C7F) is known color: Resolution Blue. HEX triplet: 25, 3C and 7F. RGB value is (37,60,127). Sum of RGB (Red+Green+Blue) = 37+60+127=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #253C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C7F is #DAC380. Grayscale: #3C3C3C. Windows color (decimal): -14336897 or 8338469. OLE color: 8338469.

HSL color Cylindrical-coordinate representation of color #253C7F: hue angle of 224.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253C7F is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 60 127 -
CMYK 0.71 0.53 0 0.50
HSL 224.67º 0.55% 0.32% -
HSV(B) 224.67º 0.71% 0.5% -
XYZ 6.21 5.16 20.75 -
YUV 60.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 37 60 127 0.71 0.53 0 0.50 224.67 0.55 0.32
Hex 25 3C 7F 47 35 0 32 E1 37 20
Octal 45 74 177 107 65 0 62 341 67 40
Binary 100101 111100 1111111 1000111 110101 0 110010 11100001 110111 100000

Color Harmonies of #253C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C7F

Black with #253C7F

Text Example


Text Example

White with #253C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,127); }

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

background-color css

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

 a { background-color: rgb(37,60,127); }

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

border-color css

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

 span { border-color: rgb(37,60,127); }

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