Html Css Color HEX #253B75 Resolution Blue

📋 copy color: '#253B75'

red 37 ◦ green 59 ◦ blue 117

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

Shades of Resolution Blue #253B75

Tints of Resolution Blue #253B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 17.37%
G = 27.7%
B = 54.93%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253B75 (or 0x253B75) is known color: Resolution Blue. HEX triplet: 25, 3B and 75. RGB value is (37,59,117). Sum of RGB (Red+Green+Blue) = 37+59+117=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #253B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B75 is #DAC48A. Grayscale: #3A3A3A. Windows color (decimal): -14337163 or 7682853. OLE color: 7682853.

HSL color Cylindrical-coordinate representation of color #253B75: hue angle of 223.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253B75 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 59 117 -
CMYK 0.68 0.50 0 0.54
HSL 223.5º 0.52% 0.3% -
HSV(B) 223.5º 0.68% 0.46% -
XYZ 5.54 4.81 17.47 -
YUV 59.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 37 59 117 0.68 0.50 0 0.54 223.5 0.52 0.3
Hex 25 3B 75 44 32 0 36 E0 34 1E
Octal 45 73 165 104 62 0 66 340 64 36
Binary 100101 111011 1110101 1000100 110010 0 110110 11100000 110100 11110

Color Harmonies of #253B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B75

Black with #253B75

Text Example


Text Example

White with #253B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,59,117); }

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

background-color css

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

 a { background-color: rgb(37,59,117); }

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

border-color css

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

 span { border-color: rgb(37,59,117); }

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