Html Css Color HEX #253785 Resolution Blue

📋 copy color: '#253785'

red 37 ◦ green 55 ◦ blue 133

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

Shades of Resolution Blue #253785

Tints of Resolution Blue #253785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 16.44%
G = 24.44%
B = 59.11%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253785 (or 0x253785) is known color: Resolution Blue. HEX triplet: 25, 37 and 85. RGB value is (37,55,133). Sum of RGB (Red+Green+Blue) = 37+55+133=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #253785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253785 is #DAC87A. Grayscale: #3A3A3A. Windows color (decimal): -14338171 or 8730405. OLE color: 8730405.

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

Color convert

RGB 37 55 133 -
CMYK 0.72 0.59 0 0.48
HSL 228.75º 0.56% 0.33% -
HSV(B) 228.75º 0.72% 0.52% -
XYZ 6.36 4.82 22.79 -
YUV 58.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 37 55 133 0.72 0.59 0 0.48 228.75 0.56 0.33
Hex 25 37 85 48 3B 0 30 E5 38 21
Octal 45 67 205 110 73 0 60 345 70 41
Binary 100101 110111 10000101 1001000 111011 0 110000 11100101 111000 100001

Color Harmonies of #253785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253785

Black with #253785

Text Example


Text Example

White with #253785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253785; }

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

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

background-color css

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

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

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

border-color css

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

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

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