Html Css Color HEX #274E75 Venice Blue

📋 copy color: '#274E75'

red 39 ◦ green 78 ◦ blue 117

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

Shades of Venice Blue #274E75

Tints of Venice Blue #274E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 50%

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274E75 (or 0x274E75) is known color: Venice Blue. HEX triplet: 27, 4E and 75. RGB value is (39,78,117). Sum of RGB (Red+Green+Blue) = 39+78+117=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #274E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E75 is #D8B18A. Grayscale: #464646. Windows color (decimal): -14201227 or 7687719. OLE color: 7687719.

HSL color Cylindrical-coordinate representation of color #274E75: hue angle of 210º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274E75 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 78 117 -
CMYK 0.67 0.33 0 0.54
HSL 210º 0.5% 0.31% -
HSV(B) 210º 0.67% 0.46% -
XYZ 6.77 7.16 17.86 -
YUV 70.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 39 78 117 0.67 0.33 0 0.54 210 0.5 0.31
Hex 27 4E 75 43 21 0 36 D2 32 1F
Octal 47 116 165 103 41 0 66 322 62 37
Binary 100111 1001110 1110101 1000011 100001 0 110110 11010010 110010 11111

Color Harmonies of #274E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E75

Black with #274E75

Text Example


Text Example

White with #274E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,78,117); }

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

background-color css

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

 a { background-color: rgb(39,78,117); }

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

border-color css

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

 span { border-color: rgb(39,78,117); }

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