Html Css Color HEX #274C6D Venice Blue

📋 copy color: '#274C6D'

red 39 ◦ green 76 ◦ blue 109

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

Shades of Venice Blue #274C6D

Tints of Venice Blue #274C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 17.41%
G = 33.93%
B = 48.66%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#274C6D (or 0x274C6D) is known color: Venice Blue. HEX triplet: 27, 4C and 6D. RGB value is (39,76,109). Sum of RGB (Red+Green+Blue) = 39+76+109=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #274C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C6D is #D8B392. Grayscale: #444444. Windows color (decimal): -14201747 or 7162919. OLE color: 7162919.

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

Color convert

RGB 39 76 109 -
CMYK 0.64 0.30 0 0.57
HSL 208.29º 0.47% 0.29% -
HSV(B) 208.29º 0.64% 0.43% -
XYZ 6.18 6.7 15.44 -
YUV 68.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 39 76 109 0.64 0.30 0 0.57 208.29 0.47 0.29
Hex 27 4C 6D 40 1E 0 39 D0 2F 1D
Octal 47 114 155 100 36 0 71 320 57 35
Binary 100111 1001100 1101101 1000000 11110 0 111001 11010000 101111 11101

Color Harmonies of #274C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C6D

Black with #274C6D

Text Example


Text Example

White with #274C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,76,109); }

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

background-color css

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

 a { background-color: rgb(39,76,109); }

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

border-color css

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

 span { border-color: rgb(39,76,109); }

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