Html Css Color HEX #253485 Resolution Blue

📋 copy color: '#253485'

red 37 ◦ green 52 ◦ blue 133

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

Shades of Resolution Blue #253485

Tints of Resolution Blue #253485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 16.67%
G = 23.42%
B = 59.91%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253485 (or 0x253485) is known color: Resolution Blue. HEX triplet: 25, 34 and 85. RGB value is (37,52,133). Sum of RGB (Red+Green+Blue) = 37+52+133=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #253485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253485 is #DACB7A. Grayscale: #383838. Windows color (decimal): -14338939 or 8729637. OLE color: 8729637.

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

Color convert

RGB 37 52 133 -
CMYK 0.72 0.61 0 0.48
HSL 230.63º 0.56% 0.33% -
HSV(B) 230.63º 0.72% 0.52% -
XYZ 6.22 4.54 22.74 -
YUV 56.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 37 52 133 0.72 0.61 0 0.48 230.63 0.56 0.33
Hex 25 34 85 48 3D 0 30 E7 38 21
Octal 45 64 205 110 75 0 60 347 70 41
Binary 100101 110100 10000101 1001000 111101 0 110000 11100111 111000 100001

Color Harmonies of #253485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253485

Black with #253485

Text Example


Text Example

White with #253485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253485; }

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

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

background-color css

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

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

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

border-color css

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

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

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