Html Css Color HEX #253875 Resolution Blue

📋 copy color: '#253875'

red 37 ◦ green 56 ◦ blue 117

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

Shades of Resolution Blue #253875

Tints of Resolution Blue #253875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.67%

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

R = 17.62%
G = 26.67%
B = 55.71%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253875 (or 0x253875) is known color: Resolution Blue. HEX triplet: 25, 38 and 75. RGB value is (37,56,117). Sum of RGB (Red+Green+Blue) = 37+56+117=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #253875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253875 is #DAC78A. Grayscale: #393939. Windows color (decimal): -14337931 or 7682085. OLE color: 7682085.

HSL color Cylindrical-coordinate representation of color #253875: hue angle of 225.75º 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 #253875 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 56 117 -
CMYK 0.68 0.52 0 0.54
HSL 225.75º 0.52% 0.3% -
HSV(B) 225.75º 0.68% 0.46% -
XYZ 5.39 4.51 17.42 -
YUV 57.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 37 56 117 0.68 0.52 0 0.54 225.75 0.52 0.3
Hex 25 38 75 44 34 0 36 E2 34 1E
Octal 45 70 165 104 64 0 66 342 64 36
Binary 100101 111000 1110101 1000100 110100 0 110110 11100010 110100 11110

Color Harmonies of #253875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253875

Black with #253875

Text Example


Text Example

White with #253875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253875; }

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

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

background-color css

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

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

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

border-color css

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

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

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