Html Css Color HEX #275474 Venice Blue

📋 copy color: '#275474'

red 39 ◦ green 84 ◦ blue 116

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

Shades of Venice Blue #275474

Tints of Venice Blue #275474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

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

R = 16.32%
G = 35.15%
B = 48.54%

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

#275474 (or 0x275474) is known color: Venice Blue. HEX triplet: 27, 54 and 74. RGB value is (39,84,116). Sum of RGB (Red+Green+Blue) = 39+84+116=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #275474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275474 is #D8AB8B. Grayscale: #4A4A4A. Windows color (decimal): -14199692 or 7623719. OLE color: 7623719.

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

Color convert

RGB 39 84 116 -
CMYK 0.66 0.28 0 0.55
HSL 204.94º 0.5% 0.3% -
HSV(B) 204.94º 0.66% 0.45% -
XYZ 7.16 8.03 17.7 -
YUV 74.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 39 84 116 0.66 0.28 0 0.55 204.94 0.5 0.3
Hex 27 54 74 42 1C 0 37 CD 32 1E
Octal 47 124 164 102 34 0 67 315 62 36
Binary 100111 1010100 1110100 1000010 11100 0 110111 11001101 110010 11110

Color Harmonies of #275474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275474

Black with #275474

Text Example


Text Example

White with #275474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275474; }

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

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

background-color css

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

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

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

border-color css

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

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

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