Html Css Color HEX #275779 Venice Blue

📋 copy color: '#275779'

red 39 ◦ green 87 ◦ blue 121

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

Shades of Venice Blue #275779

Tints of Venice Blue #275779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

 BLUE value IS 121 (47.66% from 255) = 48.99%

R = 15.79%
G = 35.22%
B = 48.99%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275779 (or 0x275779) is known color: Venice Blue. HEX triplet: 27, 57 and 79. RGB value is (39,87,121). Sum of RGB (Red+Green+Blue) = 39+87+121=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #275779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275779 is #D8A886. Grayscale: #4C4C4C. Windows color (decimal): -14198919 or 7952167. OLE color: 7952167.

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

Color convert

RGB 39 87 121 -
CMYK 0.68 0.28 0 0.53
HSL 204.88º 0.51% 0.31% -
HSV(B) 204.88º 0.68% 0.47% -
XYZ 7.7 8.63 19.35 -
YUV 76.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 39 87 121 0.68 0.28 0 0.53 204.88 0.51 0.31
Hex 27 57 79 44 1C 0 35 CD 33 1F
Octal 47 127 171 104 34 0 65 315 63 37
Binary 100111 1010111 1111001 1000100 11100 0 110101 11001101 110011 11111

Color Harmonies of #275779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275779

Black with #275779

Text Example


Text Example

White with #275779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275779; }

 p { color: rgb(39,87,121); }

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

background-color css

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

 a { background-color: rgb(39,87,121); }

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

border-color css

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

 span { border-color: rgb(39,87,121); }

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