Html Css Color HEX #253D85 Resolution Blue

📋 copy color: '#253D85'

red 37 ◦ green 61 ◦ blue 133

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

Shades of Resolution Blue #253D85

Tints of Resolution Blue #253D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

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

R = 16.02%
G = 26.41%
B = 57.58%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253D85 (or 0x253D85) is known color: Resolution Blue. HEX triplet: 25, 3D and 85. RGB value is (37,61,133). Sum of RGB (Red+Green+Blue) = 37+61+133=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #253D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D85 is #DAC27A. Grayscale: #3D3D3D. Windows color (decimal): -14336635 or 8731941. OLE color: 8731941.

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

Color convert

RGB 37 61 133 -
CMYK 0.72 0.54 0 0.48
HSL 225º 0.56% 0.33% -
HSV(B) 225º 0.72% 0.52% -
XYZ 6.67 5.42 22.89 -
YUV 62.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 37 61 133 0.72 0.54 0 0.48 225 0.56 0.33
Hex 25 3D 85 48 36 0 30 E1 38 21
Octal 45 75 205 110 66 0 60 341 70 41
Binary 100101 111101 10000101 1001000 110110 0 110000 11100001 111000 100001

Color Harmonies of #253D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D85

Black with #253D85

Text Example


Text Example

White with #253D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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