Html Css Color HEX #253283 Resolution Blue

📋 copy color: '#253283'

red 37 ◦ green 50 ◦ blue 131

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

Shades of Resolution Blue #253283

Tints of Resolution Blue #253283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

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

R = 16.97%
G = 22.94%
B = 60.09%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#253283 (or 0x253283) is known color: Resolution Blue. HEX triplet: 25, 32 and 83. RGB value is (37,50,131). Sum of RGB (Red+Green+Blue) = 37+50+131=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #253283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253283 is #DACD7C. Grayscale: #373737. Windows color (decimal): -14339453 or 8598053. OLE color: 8598053.

HSL color Cylindrical-coordinate representation of color #253283: hue angle of 231.7º 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 #253283 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 50 131 -
CMYK 0.72 0.62 0 0.49
HSL 231.7º 0.56% 0.33% -
HSV(B) 231.7º 0.72% 0.51% -
XYZ 6 4.31 21.99 -
YUV 55.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 37 50 131 0.72 0.62 0 0.49 231.7 0.56 0.33
Hex 25 32 83 48 3E 0 31 E8 38 21
Octal 45 62 203 110 76 0 61 350 70 41
Binary 100101 110010 10000011 1001000 111110 0 110001 11101000 111000 100001

Color Harmonies of #253283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253283

Black with #253283

Text Example


Text Example

White with #253283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253283; }

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

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

background-color css

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

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

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

border-color css

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

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

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