Html Css Color HEX #253783 Resolution Blue

📋 copy color: '#253783'

red 37 ◦ green 55 ◦ blue 131

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

Shades of Resolution Blue #253783

Tints of Resolution Blue #253783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 16.59%
G = 24.66%
B = 58.74%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253783 (or 0x253783) is known color: Resolution Blue. HEX triplet: 25, 37 and 83. RGB value is (37,55,131). Sum of RGB (Red+Green+Blue) = 37+55+131=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #253783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253783 is #DAC87C. Grayscale: #393939. Windows color (decimal): -14338173 or 8599333. OLE color: 8599333.

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

Color convert

RGB 37 55 131 -
CMYK 0.72 0.58 0 0.49
HSL 228.51º 0.56% 0.33% -
HSV(B) 228.51º 0.72% 0.51% -
XYZ 6.23 4.76 22.06 -
YUV 58.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 37 55 131 0.72 0.58 0 0.49 228.51 0.56 0.33
Hex 25 37 83 48 3A 0 31 E5 38 21
Octal 45 67 203 110 72 0 61 345 70 41
Binary 100101 110111 10000011 1001000 111010 0 110001 11100101 111000 100001

Color Harmonies of #253783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253783

Black with #253783

Text Example


Text Example

White with #253783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253783; }

 p { color: rgb(37,55,131); }

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

background-color css

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

 a { background-color: rgb(37,55,131); }

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

border-color css

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

 span { border-color: rgb(37,55,131); }

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