Html Css Color HEX #285378 Venice Blue

📋 copy color: '#285378'

red 40 ◦ green 83 ◦ blue 120

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

Shades of Venice Blue #285378

Tints of Venice Blue #285378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 16.46%
G = 34.16%
B = 49.38%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#285378 (or 0x285378) is known color: Venice Blue. HEX triplet: 28, 53 and 78. RGB value is (40,83,120). Sum of RGB (Red+Green+Blue) = 40+83+120=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #285378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285378 is #D7AC87. Grayscale: #4A4A4A. Windows color (decimal): -14134408 or 7885608. OLE color: 7885608.

HSL color Cylindrical-coordinate representation of color #285378: hue angle of 207.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285378 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 83 120 -
CMYK 0.67 0.31 0 0.53
HSL 207.75º 0.5% 0.31% -
HSV(B) 207.75º 0.67% 0.47% -
XYZ 7.36 7.99 18.92 -
YUV 74.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 40 83 120 0.67 0.31 0 0.53 207.75 0.5 0.31
Hex 28 53 78 43 1F 0 35 D0 32 1F
Octal 50 123 170 103 37 0 65 320 62 37
Binary 101000 1010011 1111000 1000011 11111 0 110101 11010000 110010 11111

Color Harmonies of #285378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285378

Black with #285378

Text Example


Text Example

White with #285378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285378; }

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

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

background-color css

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

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

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

border-color css

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

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

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