Html Css Color HEX #253985 Resolution Blue

📋 copy color: '#253985'

red 37 ◦ green 57 ◦ blue 133

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

Shades of Resolution Blue #253985

Tints of Resolution Blue #253985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

 BLUE value IS 133 (52.34% from 255) = 58.59%

R = 16.3%
G = 25.11%
B = 58.59%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253985 (or 0x253985) is known color: Resolution Blue. HEX triplet: 25, 39 and 85. RGB value is (37,57,133). Sum of RGB (Red+Green+Blue) = 37+57+133=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #253985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253985 is #DAC67A. Grayscale: #3B3B3B. Windows color (decimal): -14337659 or 8730917. OLE color: 8730917.

HSL color Cylindrical-coordinate representation of color #253985: hue angle of 227.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253985 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 57 133 -
CMYK 0.72 0.57 0 0.48
HSL 227.5º 0.56% 0.33% -
HSV(B) 227.5º 0.72% 0.52% -
XYZ 6.46 5.01 22.82 -
YUV 59.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 37 57 133 0.72 0.57 0 0.48 227.5 0.56 0.33
Hex 25 39 85 48 39 0 30 E4 38 21
Octal 45 71 205 110 71 0 60 344 70 41
Binary 100101 111001 10000101 1001000 111001 0 110000 11100100 111000 100001

Color Harmonies of #253985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253985

Black with #253985

Text Example


Text Example

White with #253985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253985; }

 p { color: rgb(37,57,133); }

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

background-color css

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

 a { background-color: rgb(37,57,133); }

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

border-color css

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

 span { border-color: rgb(37,57,133); }

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