Html Css Color HEX #274774 Venice Blue

📋 copy color: '#274774'

red 39 ◦ green 71 ◦ blue 116

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

Shades of Venice Blue #274774

Tints of Venice Blue #274774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 17.26%
G = 31.42%
B = 51.33%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274774 (or 0x274774) is known color: Venice Blue. HEX triplet: 27, 47 and 74. RGB value is (39,71,116). Sum of RGB (Red+Green+Blue) = 39+71+116=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #274774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274774 is #D8B88B. Grayscale: #424242. Windows color (decimal): -14203020 or 7620391. OLE color: 7620391.

HSL color Cylindrical-coordinate representation of color #274774: hue angle of 215.06º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274774 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 71 116 -
CMYK 0.66 0.39 0 0.55
HSL 215.06º 0.5% 0.3% -
HSV(B) 215.06º 0.66% 0.45% -
XYZ 6.24 6.2 17.39 -
YUV 66.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 39 71 116 0.66 0.39 0 0.55 215.06 0.5 0.3
Hex 27 47 74 42 27 0 37 D7 32 1E
Octal 47 107 164 102 47 0 67 327 62 36
Binary 100111 1000111 1110100 1000010 100111 0 110111 11010111 110010 11110

Color Harmonies of #274774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274774

Black with #274774

Text Example


Text Example

White with #274774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274774; }

 p { color: rgb(39,71,116); }

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

background-color css

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

 a { background-color: rgb(39,71,116); }

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

border-color css

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

 span { border-color: rgb(39,71,116); }

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