Html Css Color HEX #275072 Venice Blue

📋 copy color: '#275072'

red 39 ◦ green 80 ◦ blue 114

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

Shades of Venice Blue #275072

Tints of Venice Blue #275072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 16.74%
G = 34.33%
B = 48.93%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275072 (or 0x275072) is known color: Venice Blue. HEX triplet: 27, 50 and 72. RGB value is (39,80,114). Sum of RGB (Red+Green+Blue) = 39+80+114=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #275072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275072 is #D8AF8D. Grayscale: #474747. Windows color (decimal): -14200718 or 7491623. OLE color: 7491623.

HSL color Cylindrical-coordinate representation of color #275072: hue angle of 207.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275072 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 80 114 -
CMYK 0.66 0.30 0 0.55
HSL 207.2º 0.49% 0.3% -
HSV(B) 207.2º 0.66% 0.45% -
XYZ 6.74 7.38 16.99 -
YUV 71.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 39 80 114 0.66 0.30 0 0.55 207.2 0.49 0.3
Hex 27 50 72 42 1E 0 37 CF 31 1E
Octal 47 120 162 102 36 0 67 317 61 36
Binary 100111 1010000 1110010 1000010 11110 0 110111 11001111 110001 11110

Color Harmonies of #275072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275072

Black with #275072

Text Example


Text Example

White with #275072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275072; }

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

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

background-color css

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

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

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

border-color css

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

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

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