Html Css Color HEX #253E7A Resolution Blue

📋 copy color: '#253E7A'

red 37 ◦ green 62 ◦ blue 122

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

Shades of Resolution Blue #253E7A

Tints of Resolution Blue #253E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 16.74%
G = 28.05%
B = 55.2%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#253E7A (or 0x253E7A) is known color: Resolution Blue. HEX triplet: 25, 3E and 7A. RGB value is (37,62,122). Sum of RGB (Red+Green+Blue) = 37+62+122=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #253E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E7A is #DAC185. Grayscale: #3D3D3D. Windows color (decimal): -14336390 or 8011301. OLE color: 8011301.

HSL color Cylindrical-coordinate representation of color #253E7A: hue angle of 222.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253E7A is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 62 122 -
CMYK 0.70 0.49 0 0.52
HSL 222.35º 0.53% 0.31% -
HSV(B) 222.35º 0.7% 0.48% -
XYZ 6 5.24 19.11 -
YUV 61.37 162.22 110.62 -
System Red Green Blue C M Y K H S L
Decimal 37 62 122 0.70 0.49 0 0.52 222.35 0.53 0.31
Hex 25 3E 7A 46 31 0 34 DE 35 1F
Octal 45 76 172 106 61 0 64 336 65 37
Binary 100101 111110 1111010 1000110 110001 0 110100 11011110 110101 11111

Color Harmonies of #253E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E7A

Black with #253E7A

Text Example


Text Example

White with #253E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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