Html Css Color HEX #274E6E Venice Blue

📋 copy color: '#274E6E'

red 39 ◦ green 78 ◦ blue 110

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

Shades of Venice Blue #274E6E

Tints of Venice Blue #274E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 17.18%
G = 34.36%
B = 48.46%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#274E6E (or 0x274E6E) is known color: Venice Blue. HEX triplet: 27, 4E and 6E. RGB value is (39,78,110). Sum of RGB (Red+Green+Blue) = 39+78+110=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #274E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E6E is #D8B191. Grayscale: #454545. Windows color (decimal): -14201234 or 7228967. OLE color: 7228967.

HSL color Cylindrical-coordinate representation of color #274E6E: hue angle of 207.04º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274E6E is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 78 110 -
CMYK 0.65 0.29 0 0.57
HSL 207.04º 0.48% 0.29% -
HSV(B) 207.04º 0.65% 0.43% -
XYZ 6.38 7.01 15.77 -
YUV 69.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 39 78 110 0.65 0.29 0 0.57 207.04 0.48 0.29
Hex 27 4E 6E 41 1D 0 39 CF 30 1D
Octal 47 116 156 101 35 0 71 317 60 35
Binary 100111 1001110 1101110 1000001 11101 0 111001 11001111 110000 11101

Color Harmonies of #274E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E6E

Black with #274E6E

Text Example


Text Example

White with #274E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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