Html Css Color HEX #285375 Venice Blue

📋 copy color: '#285375'

red 40 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #285375

Tints of Venice Blue #285375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 16.67%
G = 34.58%
B = 48.75%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285375 (or 0x285375) is known color: Venice Blue. HEX triplet: 28, 53 and 75. RGB value is (40,83,117). Sum of RGB (Red+Green+Blue) = 40+83+117=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #285375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285375 is #D7AC8A. Grayscale: #494949. Windows color (decimal): -14134411 or 7689000. OLE color: 7689000.

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

Color convert

RGB 40 83 117 -
CMYK 0.66 0.29 0 0.54
HSL 206.49º 0.49% 0.31% -
HSV(B) 206.49º 0.66% 0.46% -
XYZ 7.18 7.92 17.98 -
YUV 74.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 40 83 117 0.66 0.29 0 0.54 206.49 0.49 0.31
Hex 28 53 75 42 1D 0 36 CE 31 1F
Octal 50 123 165 102 35 0 66 316 61 37
Binary 101000 1010011 1110101 1000010 11101 0 110110 11001110 110001 11111

Color Harmonies of #285375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285375

Black with #285375

Text Example


Text Example

White with #285375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285375; }

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

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

background-color css

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

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

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

border-color css

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

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

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