Html Css Color HEX #253E6E Resolution Blue

📋 copy color: '#253E6E'

red 37 ◦ green 62 ◦ blue 110

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

Shades of Resolution Blue #253E6E

Tints of Resolution Blue #253E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

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

R = 17.7%
G = 29.67%
B = 52.63%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#253E6E (or 0x253E6E) is known color: Resolution Blue. HEX triplet: 25, 3E and 6E. RGB value is (37,62,110). Sum of RGB (Red+Green+Blue) = 37+62+110=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #253E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E6E is #DAC191. Grayscale: #3B3B3B. Windows color (decimal): -14336402 or 7224869. OLE color: 7224869.

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

Color convert

RGB 37 62 110 -
CMYK 0.66 0.44 0 0.57
HSL 219.45º 0.5% 0.29% -
HSV(B) 219.45º 0.66% 0.43% -
XYZ 5.3 4.96 15.43 -
YUV 60 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 37 62 110 0.66 0.44 0 0.57 219.45 0.5 0.29
Hex 25 3E 6E 42 2C 0 39 DB 32 1D
Octal 45 76 156 102 54 0 71 333 62 35
Binary 100101 111110 1101110 1000010 101100 0 111001 11011011 110010 11101

Color Harmonies of #253E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E6E

Black with #253E6E

Text Example


Text Example

White with #253E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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