Html Css Color HEX #274F73 Venice Blue

📋 copy color: '#274F73'

red 39 ◦ green 79 ◦ blue 115

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

Shades of Venice Blue #274F73

Tints of Venice Blue #274F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.91%

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

R = 16.74%
G = 33.91%
B = 49.36%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274F73 (or 0x274F73) is known color: Venice Blue. HEX triplet: 27, 4F and 73. RGB value is (39,79,115). Sum of RGB (Red+Green+Blue) = 39+79+115=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #274F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F73 is #D8B08C. Grayscale: #464646. Windows color (decimal): -14200973 or 7556903. OLE color: 7556903.

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

Color convert

RGB 39 79 115 -
CMYK 0.66 0.31 0 0.55
HSL 208.42º 0.49% 0.3% -
HSV(B) 208.42º 0.66% 0.45% -
XYZ 6.73 7.26 17.27 -
YUV 71.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 39 79 115 0.66 0.31 0 0.55 208.42 0.49 0.3
Hex 27 4F 73 42 1F 0 37 D0 31 1E
Octal 47 117 163 102 37 0 67 320 61 36
Binary 100111 1001111 1110011 1000010 11111 0 110111 11010000 110001 11110

Color Harmonies of #274F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F73

Black with #274F73

Text Example


Text Example

White with #274F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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