Html Css Color HEX #284C6E Venice Blue

📋 copy color: '#284C6E'

red 40 ◦ green 76 ◦ blue 110

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

Shades of Venice Blue #284C6E

Tints of Venice Blue #284C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 17.7%
G = 33.63%
B = 48.67%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#284C6E (or 0x284C6E) is known color: Venice Blue. HEX triplet: 28, 4C and 6E. RGB value is (40,76,110). Sum of RGB (Red+Green+Blue) = 40+76+110=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #284C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C6E is #D7B391. Grayscale: #444444. Windows color (decimal): -14136210 or 7228456. OLE color: 7228456.

HSL color Cylindrical-coordinate representation of color #284C6E: hue angle of 209.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #284C6E is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 76 110 -
CMYK 0.64 0.31 0 0.57
HSL 209.14º 0.47% 0.29% -
HSV(B) 209.14º 0.64% 0.43% -
XYZ 6.27 6.75 15.72 -
YUV 69.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 40 76 110 0.64 0.31 0 0.57 209.14 0.47 0.29
Hex 28 4C 6E 40 1F 0 39 D1 2F 1D
Octal 50 114 156 100 37 0 71 321 57 35
Binary 101000 1001100 1101110 1000000 11111 0 111001 11010001 101111 11101

Color Harmonies of #284C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C6E

Black with #284C6E

Text Example


Text Example

White with #284C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284C6E; }

 p { color: rgb(40,76,110); }

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

background-color css

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

 a { background-color: rgb(40,76,110); }

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

border-color css

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

 span { border-color: rgb(40,76,110); }

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