Html Css Color HEX #283C76 Resolution Blue

📋 copy color: '#283C76'

red 40 ◦ green 60 ◦ blue 118

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

Shades of Resolution Blue #283C76

Tints of Resolution Blue #283C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 18.35%
G = 27.52%
B = 54.13%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#283C76 (or 0x283C76) is known color: Resolution Blue. HEX triplet: 28, 3C and 76. RGB value is (40,60,118). Sum of RGB (Red+Green+Blue) = 40+60+118=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #283C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C76 is #D7C389. Grayscale: #3C3C3C. Windows color (decimal): -14140298 or 7748648. OLE color: 7748648.

HSL color Cylindrical-coordinate representation of color #283C76: hue angle of 224.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283C76 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 60 118 -
CMYK 0.66 0.49 0 0.54
HSL 224.62º 0.49% 0.31% -
HSV(B) 224.62º 0.66% 0.46% -
XYZ 5.76 4.99 17.8 -
YUV 60.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 40 60 118 0.66 0.49 0 0.54 224.62 0.49 0.31
Hex 28 3C 76 42 31 0 36 E1 31 1F
Octal 50 74 166 102 61 0 66 341 61 37
Binary 101000 111100 1110110 1000010 110001 0 110110 11100001 110001 11111

Color Harmonies of #283C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C76

Black with #283C76

Text Example


Text Example

White with #283C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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