Html Css Color HEX #283C71 Resolution Blue

📋 copy color: '#283C71'

red 40 ◦ green 60 ◦ blue 113

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

Shades of Resolution Blue #283C71

Tints of Resolution Blue #283C71

RGB

 RED value IS 40 (16.02% from 255) = 18.78%

 GREEN value IS 60 (23.83% from 255) = 28.17%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 18.78%
G = 28.17%
B = 53.05%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#283C71 (or 0x283C71) is known color: Resolution Blue. HEX triplet: 28, 3C and 71. RGB value is (40,60,113). Sum of RGB (Red+Green+Blue) = 40+60+113=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #283C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C71 is #D7C38E. Grayscale: #3B3B3B. Windows color (decimal): -14140303 or 7420968. OLE color: 7420968.

HSL color Cylindrical-coordinate representation of color #283C71: hue angle of 223.56º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283C71 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 60 113 -
CMYK 0.65 0.47 0 0.56
HSL 223.56º 0.48% 0.3% -
HSV(B) 223.56º 0.65% 0.44% -
XYZ 5.47 4.88 16.28 -
YUV 60.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 40 60 113 0.65 0.47 0 0.56 223.56 0.48 0.3
Hex 28 3C 71 41 2F 0 38 E0 30 1E
Octal 50 74 161 101 57 0 70 340 60 36
Binary 101000 111100 1110001 1000001 101111 0 111000 11100000 110000 11110

Color Harmonies of #283C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C71

Black with #283C71

Text Example


Text Example

White with #283C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C71; }

 p { color: rgb(40,60,113); }

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

background-color css

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

 a { background-color: rgb(40,60,113); }

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

border-color css

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

 span { border-color: rgb(40,60,113); }

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