Html Css Color HEX #284B6E Venice Blue

📋 copy color: '#284B6E'

red 40 ◦ green 75 ◦ blue 110

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

Shades of Venice Blue #284B6E

Tints of Venice Blue #284B6E

RGB

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

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

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

R = 17.78%
G = 33.33%
B = 48.89%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#284B6E (or 0x284B6E) is known color: Venice Blue. HEX triplet: 28, 4B and 6E. RGB value is (40,75,110). Sum of RGB (Red+Green+Blue) = 40+75+110=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #284B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B6E is #D7B491. Grayscale: #444444. Windows color (decimal): -14136466 or 7228200. OLE color: 7228200.

HSL color Cylindrical-coordinate representation of color #284B6E: hue angle of 210º 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 #284B6E is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 75 110 -
CMYK 0.64 0.32 0 0.57
HSL 210º 0.47% 0.29% -
HSV(B) 210º 0.64% 0.43% -
XYZ 6.21 6.61 15.7 -
YUV 68.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 40 75 110 0.64 0.32 0 0.57 210 0.47 0.29
Hex 28 4B 6E 40 20 0 39 D2 2F 1D
Octal 50 113 156 100 40 0 71 322 57 35
Binary 101000 1001011 1101110 1000000 100000 0 111001 11010010 101111 11101

Color Harmonies of #284B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B6E

Black with #284B6E

Text Example


Text Example

White with #284B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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