Html Css Color HEX #274D6D Venice Blue

📋 copy color: '#274D6D'

red 39 ◦ green 77 ◦ blue 109

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

Shades of Venice Blue #274D6D

Tints of Venice Blue #274D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

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

R = 17.33%
G = 34.22%
B = 48.44%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#274D6D (or 0x274D6D) is known color: Venice Blue. HEX triplet: 27, 4D and 6D. RGB value is (39,77,109). Sum of RGB (Red+Green+Blue) = 39+77+109=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #274D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D6D is #D8B292. Grayscale: #454545. Windows color (decimal): -14201491 or 7163175. OLE color: 7163175.

HSL color Cylindrical-coordinate representation of color #274D6D: hue angle of 207.43º 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 #274D6D is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 77 109 -
CMYK 0.64 0.29 0 0.57
HSL 207.43º 0.47% 0.29% -
HSV(B) 207.43º 0.64% 0.43% -
XYZ 6.25 6.84 15.46 -
YUV 69.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 39 77 109 0.64 0.29 0 0.57 207.43 0.47 0.29
Hex 27 4D 6D 40 1D 0 39 CF 2F 1D
Octal 47 115 155 100 35 0 71 317 57 35
Binary 100111 1001101 1101101 1000000 11101 0 111001 11001111 101111 11101

Color Harmonies of #274D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D6D

Black with #274D6D

Text Example


Text Example

White with #274D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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