Html Css Color HEX #274A75 Venice Blue

📋 copy color: '#274A75'

red 39 ◦ green 74 ◦ blue 117

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

Shades of Venice Blue #274A75

Tints of Venice Blue #274A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 16.96%
G = 32.17%
B = 50.87%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274A75 (or 0x274A75) is known color: Venice Blue. HEX triplet: 27, 4A and 75. RGB value is (39,74,117). Sum of RGB (Red+Green+Blue) = 39+74+117=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #274A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A75 is #D8B58A. Grayscale: #444444. Windows color (decimal): -14202251 or 7686695. OLE color: 7686695.

HSL color Cylindrical-coordinate representation of color #274A75: hue angle of 213.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274A75 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 74 117 -
CMYK 0.67 0.37 0 0.54
HSL 213.08º 0.5% 0.31% -
HSV(B) 213.08º 0.67% 0.46% -
XYZ 6.5 6.61 17.76 -
YUV 68.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 39 74 117 0.67 0.37 0 0.54 213.08 0.5 0.31
Hex 27 4A 75 43 25 0 36 D5 32 1F
Octal 47 112 165 103 45 0 66 325 62 37
Binary 100111 1001010 1110101 1000011 100101 0 110110 11010101 110010 11111

Color Harmonies of #274A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A75

Black with #274A75

Text Example


Text Example

White with #274A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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