Html Css Color HEX #253D6E Resolution Blue

📋 copy color: '#253D6E'

red 37 ◦ green 61 ◦ blue 110

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

Shades of Resolution Blue #253D6E

Tints of Resolution Blue #253D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 17.79%
G = 29.33%
B = 52.88%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#253D6E (or 0x253D6E) is known color: Resolution Blue. HEX triplet: 25, 3D and 6E. RGB value is (37,61,110). Sum of RGB (Red+Green+Blue) = 37+61+110=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #253D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D6E is #DAC291. Grayscale: #3B3B3B. Windows color (decimal): -14336658 or 7224613. OLE color: 7224613.

HSL color Cylindrical-coordinate representation of color #253D6E: hue angle of 220.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253D6E is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 61 110 -
CMYK 0.66 0.45 0 0.57
HSL 220.27º 0.5% 0.29% -
HSV(B) 220.27º 0.66% 0.43% -
XYZ 5.25 4.86 15.41 -
YUV 59.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 37 61 110 0.66 0.45 0 0.57 220.27 0.5 0.29
Hex 25 3D 6E 42 2D 0 39 DC 32 1D
Octal 45 75 156 102 55 0 71 334 62 35
Binary 100101 111101 1101110 1000010 101101 0 111001 11011100 110010 11101

Color Harmonies of #253D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D6E

Black with #253D6E

Text Example


Text Example

White with #253D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,110); }

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

background-color css

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

 a { background-color: rgb(37,61,110); }

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

border-color css

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

 span { border-color: rgb(37,61,110); }

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