Html Css Color HEX #274E78 Venice Blue

📋 copy color: '#274E78'

red 39 ◦ green 78 ◦ blue 120

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

Shades of Venice Blue #274E78

Tints of Venice Blue #274E78

RGB

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

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

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

R = 16.46%
G = 32.91%
B = 50.63%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274E78 (or 0x274E78) is known color: Venice Blue. HEX triplet: 27, 4E and 78. RGB value is (39,78,120). Sum of RGB (Red+Green+Blue) = 39+78+120=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #274E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E78 is #D8B187. Grayscale: #464646. Windows color (decimal): -14201224 or 7884327. OLE color: 7884327.

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

Color convert

RGB 39 78 120 -
CMYK 0.67 0.35 0 0.53
HSL 211.11º 0.51% 0.31% -
HSV(B) 211.11º 0.68% 0.47% -
XYZ 6.95 7.24 18.8 -
YUV 71.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 39 78 120 0.67 0.35 0 0.53 211.11 0.51 0.31
Hex 27 4E 78 43 23 0 35 D3 33 1F
Octal 47 116 170 103 43 0 65 323 63 37
Binary 100111 1001110 1111000 1000011 100011 0 110101 11010011 110011 11111

Color Harmonies of #274E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E78

Black with #274E78

Text Example


Text Example

White with #274E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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