Html Css Color HEX #253585 Resolution Blue

📋 copy color: '#253585'

red 37 ◦ green 53 ◦ blue 133

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

Shades of Resolution Blue #253585

Tints of Resolution Blue #253585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 16.59%
G = 23.77%
B = 59.64%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253585 (or 0x253585) is known color: Resolution Blue. HEX triplet: 25, 35 and 85. RGB value is (37,53,133). Sum of RGB (Red+Green+Blue) = 37+53+133=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #253585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253585 is #DACA7A. Grayscale: #393939. Windows color (decimal): -14338683 or 8729893. OLE color: 8729893.

HSL color Cylindrical-coordinate representation of color #253585: hue angle of 230º 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 #253585 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 53 133 -
CMYK 0.72 0.60 0 0.48
HSL 230º 0.56% 0.33% -
HSV(B) 230º 0.72% 0.52% -
XYZ 6.27 4.63 22.75 -
YUV 57.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 37 53 133 0.72 0.60 0 0.48 230 0.56 0.33
Hex 25 35 85 48 3C 0 30 E6 38 21
Octal 45 65 205 110 74 0 60 346 70 41
Binary 100101 110101 10000101 1001000 111100 0 110000 11100110 111000 100001

Color Harmonies of #253585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253585

Black with #253585

Text Example


Text Example

White with #253585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253585; }

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

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

background-color css

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

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

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

border-color css

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

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

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