Html Css Color HEX #275478 Venice Blue

📋 copy color: '#275478'

red 39 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #275478

Tints of Venice Blue #275478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 16.05%
G = 34.57%
B = 49.38%

CMYK

 C value IS 0.67

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#275478 (or 0x275478) is known color: Venice Blue. HEX triplet: 27, 54 and 78. RGB value is (39,84,120). Sum of RGB (Red+Green+Blue) = 39+84+120=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #275478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275478 is #D8AB87. Grayscale: #4A4A4A. Windows color (decimal): -14199688 or 7885863. OLE color: 7885863.

HSL color Cylindrical-coordinate representation of color #275478: hue angle of 206.67º 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 #275478 is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 84 120 -
CMYK 0.67 0.3 0 0.53
HSL 206.67º 0.51% 0.31% -
HSV(B) 206.67º 0.68% 0.47% -
XYZ 7.4 8.13 18.95 -
YUV 74.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 39 84 120 0.67 0.3 0 0.53 206.67 0.51 0.31
Hex 27 54 78 43 1E 0 35 CF 33 1F
Octal 47 124 170 103 36 0 65 317 63 37
Binary 100111 1010100 1111000 1000011 11110 0 110101 11001111 110011 11111

Color Harmonies of #275478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275478

Black with #275478

Text Example


Text Example

White with #275478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275478; }

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

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

background-color css

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

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

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

border-color css

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

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

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