Html Css Color HEX #275377 Venice Blue

📋 copy color: '#275377'

red 39 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #275377

Tints of Venice Blue #275377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 16.18%
G = 34.44%
B = 49.38%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275377 (or 0x275377) is known color: Venice Blue. HEX triplet: 27, 53 and 77. RGB value is (39,83,119). Sum of RGB (Red+Green+Blue) = 39+83+119=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #275377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275377 is #D8AC88. Grayscale: #494949. Windows color (decimal): -14199945 or 7820071. OLE color: 7820071.

HSL color Cylindrical-coordinate representation of color #275377: hue angle of 207º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275377 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 83 119 -
CMYK 0.67 0.30 0 0.53
HSL 207º 0.51% 0.31% -
HSV(B) 207º 0.67% 0.47% -
XYZ 7.26 7.95 18.6 -
YUV 73.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 39 83 119 0.67 0.30 0 0.53 207 0.51 0.31
Hex 27 53 77 43 1E 0 35 CF 33 1F
Octal 47 123 167 103 36 0 65 317 63 37
Binary 100111 1010011 1110111 1000011 11110 0 110101 11001111 110011 11111

Color Harmonies of #275377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275377

Black with #275377

Text Example


Text Example

White with #275377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275377; }

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

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

background-color css

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

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

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

border-color css

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

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

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