Html Css Color HEX #275272 Venice Blue

📋 copy color: '#275272'

red 39 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #275272

Tints of Venice Blue #275272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 16.6%
G = 34.89%
B = 48.51%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275272 (or 0x275272) is known color: Venice Blue. HEX triplet: 27, 52 and 72. RGB value is (39,82,114). Sum of RGB (Red+Green+Blue) = 39+82+114=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #275272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275272 is #D8AD8D. Grayscale: #484848. Windows color (decimal): -14200206 or 7492135. OLE color: 7492135.

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

Color convert

RGB 39 82 114 -
CMYK 0.66 0.28 0 0.55
HSL 205.6º 0.49% 0.3% -
HSV(B) 205.6º 0.66% 0.45% -
XYZ 6.89 7.68 17.04 -
YUV 72.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 39 82 114 0.66 0.28 0 0.55 205.6 0.49 0.3
Hex 27 52 72 42 1C 0 37 CE 31 1E
Octal 47 122 162 102 34 0 67 316 61 36
Binary 100111 1010010 1110010 1000010 11100 0 110111 11001110 110001 11110

Color Harmonies of #275272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275272

Black with #275272

Text Example


Text Example

White with #275272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275272; }

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

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

background-color css

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

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

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

border-color css

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

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

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