Html Css Color HEX #253881 Resolution Blue

📋 copy color: '#253881'

red 37 ◦ green 56 ◦ blue 129

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

Shades of Resolution Blue #253881

Tints of Resolution Blue #253881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 16.67%
G = 25.23%
B = 58.11%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253881 (or 0x253881) is known color: Resolution Blue. HEX triplet: 25, 38 and 81. RGB value is (37,56,129). Sum of RGB (Red+Green+Blue) = 37+56+129=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #253881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253881 is #DAC77E. Grayscale: #3A3A3A. Windows color (decimal): -14337919 or 8468517. OLE color: 8468517.

HSL color Cylindrical-coordinate representation of color #253881: hue angle of 227.61º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253881 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 56 129 -
CMYK 0.71 0.57 0 0.49
HSL 227.61º 0.55% 0.33% -
HSV(B) 227.61º 0.71% 0.51% -
XYZ 6.14 4.81 21.37 -
YUV 58.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 37 56 129 0.71 0.57 0 0.49 227.61 0.55 0.33
Hex 25 38 81 47 39 0 31 E4 37 21
Octal 45 70 201 107 71 0 61 344 67 41
Binary 100101 111000 10000001 1000111 111001 0 110001 11100100 110111 100001

Color Harmonies of #253881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253881

Black with #253881

Text Example


Text Example

White with #253881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253881; }

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

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

background-color css

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

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

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

border-color css

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

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

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