Html Css Color HEX #253F6E Resolution Blue

📋 copy color: '#253F6E'

red 37 ◦ green 63 ◦ blue 110

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

Shades of Resolution Blue #253F6E

Tints of Resolution Blue #253F6E

RGB

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

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

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

R = 17.62%
G = 30%
B = 52.38%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#253F6E (or 0x253F6E) is known color: Resolution Blue. HEX triplet: 25, 3F and 6E. RGB value is (37,63,110). Sum of RGB (Red+Green+Blue) = 37+63+110=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #253F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F6E is #DAC091. Grayscale: #3C3C3C. Windows color (decimal): -14336146 or 7225125. OLE color: 7225125.

HSL color Cylindrical-coordinate representation of color #253F6E: hue angle of 218.63º 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 #253F6E is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 63 110 -
CMYK 0.66 0.43 0 0.57
HSL 218.63º 0.5% 0.29% -
HSV(B) 218.63º 0.66% 0.43% -
XYZ 5.35 5.07 15.45 -
YUV 60.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 37 63 110 0.66 0.43 0 0.57 218.63 0.5 0.29
Hex 25 3F 6E 42 2B 0 39 DB 32 1D
Octal 45 77 156 102 53 0 71 333 62 35
Binary 100101 111111 1101110 1000010 101011 0 111001 11011011 110010 11101

Color Harmonies of #253F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F6E

Black with #253F6E

Text Example


Text Example

White with #253F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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