Html Css Color HEX #284B6F Venice Blue

📋 copy color: '#284B6F'

red 40 ◦ green 75 ◦ blue 111

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

Shades of Venice Blue #284B6F

Tints of Venice Blue #284B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.19%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 17.7%
G = 33.19%
B = 49.12%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284B6F (or 0x284B6F) is known color: Venice Blue. HEX triplet: 28, 4B and 6F. RGB value is (40,75,111). Sum of RGB (Red+Green+Blue) = 40+75+111=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #284B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B6F is #D7B490. Grayscale: #444444. Windows color (decimal): -14136465 or 7293736. OLE color: 7293736.

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

Color convert

RGB 40 75 111 -
CMYK 0.64 0.32 0 0.56
HSL 210.42º 0.47% 0.3% -
HSV(B) 210.42º 0.64% 0.44% -
XYZ 6.26 6.63 15.99 -
YUV 68.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 40 75 111 0.64 0.32 0 0.56 210.42 0.47 0.3
Hex 28 4B 6F 40 20 0 38 D2 2F 1E
Octal 50 113 157 100 40 0 70 322 57 36
Binary 101000 1001011 1101111 1000000 100000 0 111000 11010010 101111 11110

Color Harmonies of #284B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B6F

Black with #284B6F

Text Example


Text Example

White with #284B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,75,111); }

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

background-color css

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

 a { background-color: rgb(40,75,111); }

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

border-color css

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

 span { border-color: rgb(40,75,111); }

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