Html Css Color HEX #275574 Venice Blue

📋 copy color: '#275574'

red 39 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #275574

Tints of Venice Blue #275574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 16.25%
G = 35.42%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275574 (or 0x275574) is known color: Venice Blue. HEX triplet: 27, 55 and 74. RGB value is (39,85,116). Sum of RGB (Red+Green+Blue) = 39+85+116=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #275574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275574 is #D8AA8B. Grayscale: #4A4A4A. Windows color (decimal): -14199436 or 7623975. OLE color: 7623975.

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

Color convert

RGB 39 85 116 -
CMYK 0.66 0.27 0 0.55
HSL 204.16º 0.5% 0.3% -
HSV(B) 204.16º 0.66% 0.45% -
XYZ 7.24 8.19 17.72 -
YUV 74.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 39 85 116 0.66 0.27 0 0.55 204.16 0.5 0.3
Hex 27 55 74 42 1B 0 37 CC 32 1E
Octal 47 125 164 102 33 0 67 314 62 36
Binary 100111 1010101 1110100 1000010 11011 0 110111 11001100 110010 11110

Color Harmonies of #275574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275574

Black with #275574

Text Example


Text Example

White with #275574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275574; }

 p { color: rgb(39,85,116); }

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

background-color css

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

 a { background-color: rgb(39,85,116); }

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

border-color css

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

 span { border-color: rgb(39,85,116); }

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