Html Css Color HEX #275273 Venice Blue

📋 copy color: '#275273'

red 39 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #275273

Tints of Venice Blue #275273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 16.53%
G = 34.75%
B = 48.73%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275273 (or 0x275273) is known color: Venice Blue. HEX triplet: 27, 52 and 73. RGB value is (39,82,115). Sum of RGB (Red+Green+Blue) = 39+82+115=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #275273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275273 is #D8AD8C. Grayscale: #484848. Windows color (decimal): -14200205 or 7557671. OLE color: 7557671.

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

Color convert

RGB 39 82 115 -
CMYK 0.66 0.29 0 0.55
HSL 206.05º 0.49% 0.3% -
HSV(B) 206.05º 0.66% 0.45% -
XYZ 6.95 7.7 17.34 -
YUV 72.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 39 82 115 0.66 0.29 0 0.55 206.05 0.49 0.3
Hex 27 52 73 42 1D 0 37 CE 31 1E
Octal 47 122 163 102 35 0 67 316 61 36
Binary 100111 1010010 1110011 1000010 11101 0 110111 11001110 110001 11110

Color Harmonies of #275273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275273

Black with #275273

Text Example


Text Example

White with #275273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275273; }

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

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

background-color css

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

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

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

border-color css

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

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

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