Html Css Color HEX #275373 Venice Blue

📋 copy color: '#275373'

red 39 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #275373

Tints of Venice Blue #275373

RGB

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

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

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

R = 16.46%
G = 35.02%
B = 48.52%

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

#275373 (or 0x275373) is known color: Venice Blue. HEX triplet: 27, 53 and 73. RGB value is (39,83,115). Sum of RGB (Red+Green+Blue) = 39+83+115=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #275373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275373 is #D8AC8C. Grayscale: #494949. Windows color (decimal): -14199949 or 7557927. OLE color: 7557927.

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

Color convert

RGB 39 83 115 -
CMYK 0.66 0.28 0 0.55
HSL 205.26º 0.49% 0.3% -
HSV(B) 205.26º 0.66% 0.45% -
XYZ 7.02 7.86 17.37 -
YUV 73.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 39 83 115 0.66 0.28 0 0.55 205.26 0.49 0.3
Hex 27 53 73 42 1C 0 37 CD 31 1E
Octal 47 123 163 102 34 0 67 315 61 36
Binary 100111 1010011 1110011 1000010 11100 0 110111 11001101 110001 11110

Color Harmonies of #275373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275373

Black with #275373

Text Example


Text Example

White with #275373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275373; }

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

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

background-color css

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

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

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

border-color css

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

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

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