Html Css Color HEX #275078 Venice Blue

📋 copy color: '#275078'

red 39 ◦ green 80 ◦ blue 120

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

Shades of Venice Blue #275078

Tints of Venice Blue #275078

RGB

 RED value IS 39 (15.63% from 255) = 16.32%

 GREEN value IS 80 (31.64% from 255) = 33.47%

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

R = 16.32%
G = 33.47%
B = 50.21%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275078 (or 0x275078) is known color: Venice Blue. HEX triplet: 27, 50 and 78. RGB value is (39,80,120). Sum of RGB (Red+Green+Blue) = 39+80+120=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #275078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275078 is #D8AF87. Grayscale: #484848. Windows color (decimal): -14200712 or 7884839. OLE color: 7884839.

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

Color convert

RGB 39 80 120 -
CMYK 0.67 0.33 0 0.53
HSL 209.63º 0.51% 0.31% -
HSV(B) 209.63º 0.68% 0.47% -
XYZ 7.1 7.52 18.85 -
YUV 72.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 39 80 120 0.67 0.33 0 0.53 209.63 0.51 0.31
Hex 27 50 78 43 21 0 35 D2 33 1F
Octal 47 120 170 103 41 0 65 322 63 37
Binary 100111 1010000 1111000 1000011 100001 0 110101 11010010 110011 11111

Color Harmonies of #275078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275078

Black with #275078

Text Example


Text Example

White with #275078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275078; }

 p { color: rgb(39,80,120); }

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

background-color css

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

 a { background-color: rgb(39,80,120); }

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

border-color css

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

 span { border-color: rgb(39,80,120); }

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