Html Css Color HEX #283376 Resolution Blue

📋 copy color: '#283376'

red 40 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #283376

Tints of Resolution Blue #283376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 19.14%
G = 24.4%
B = 56.46%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#283376 (or 0x283376) is known color: Resolution Blue. HEX triplet: 28, 33 and 76. RGB value is (40,51,118). Sum of RGB (Red+Green+Blue) = 40+51+118=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #283376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283376 is #D7CC89. Grayscale: #373737. Windows color (decimal): -14142602 or 7746344. OLE color: 7746344.

HSL color Cylindrical-coordinate representation of color #283376: hue angle of 231.54º 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 #283376 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 51 118 -
CMYK 0.66 0.57 0 0.54
HSL 231.54º 0.49% 0.31% -
HSV(B) 231.54º 0.66% 0.46% -
XYZ 5.33 4.13 17.66 -
YUV 55.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 40 51 118 0.66 0.57 0 0.54 231.54 0.49 0.31
Hex 28 33 76 42 39 0 36 E8 31 1F
Octal 50 63 166 102 71 0 66 350 61 37
Binary 101000 110011 1110110 1000010 111001 0 110110 11101000 110001 11111

Color Harmonies of #283376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283376

Black with #283376

Text Example


Text Example

White with #283376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283376; }

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

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

background-color css

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

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

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

border-color css

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

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

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