Html Css Color HEX #285376 Venice Blue

📋 copy color: '#285376'

red 40 ◦ green 83 ◦ blue 118

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

Shades of Venice Blue #285376

Tints of Venice Blue #285376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 16.6%
G = 34.44%
B = 48.96%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285376 (or 0x285376) is known color: Venice Blue. HEX triplet: 28, 53 and 76. RGB value is (40,83,118). Sum of RGB (Red+Green+Blue) = 40+83+118=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #285376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285376 is #D7AC89. Grayscale: #494949. Windows color (decimal): -14134410 or 7754536. OLE color: 7754536.

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

Color convert

RGB 40 83 118 -
CMYK 0.66 0.30 0 0.54
HSL 206.92º 0.49% 0.31% -
HSV(B) 206.92º 0.66% 0.46% -
XYZ 7.24 7.95 18.29 -
YUV 74.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 40 83 118 0.66 0.30 0 0.54 206.92 0.49 0.31
Hex 28 53 76 42 1E 0 36 CF 31 1F
Octal 50 123 166 102 36 0 66 317 61 37
Binary 101000 1010011 1110110 1000010 11110 0 110110 11001111 110001 11111

Color Harmonies of #285376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285376

Black with #285376

Text Example


Text Example

White with #285376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285376; }

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

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

background-color css

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

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

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

border-color css

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

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

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