Html Css Color HEX #274A6D Venice Blue

📋 copy color: '#274A6D'

red 39 ◦ green 74 ◦ blue 109

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

Shades of Venice Blue #274A6D

Tints of Venice Blue #274A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

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

R = 17.57%
G = 33.33%
B = 49.1%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#274A6D (or 0x274A6D) is known color: Venice Blue. HEX triplet: 27, 4A and 6D. RGB value is (39,74,109). Sum of RGB (Red+Green+Blue) = 39+74+109=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #274A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A6D is #D8B592. Grayscale: #434343. Windows color (decimal): -14202259 or 7162407. OLE color: 7162407.

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

Color convert

RGB 39 74 109 -
CMYK 0.64 0.32 0 0.57
HSL 210º 0.47% 0.29% -
HSV(B) 210º 0.64% 0.43% -
XYZ 6.05 6.43 15.39 -
YUV 67.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 39 74 109 0.64 0.32 0 0.57 210 0.47 0.29
Hex 27 4A 6D 40 20 0 39 D2 2F 1D
Octal 47 112 155 100 40 0 71 322 57 35
Binary 100111 1001010 1101101 1000000 100000 0 111001 11010010 101111 11101

Color Harmonies of #274A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A6D

Black with #274A6D

Text Example


Text Example

White with #274A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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