Html Css Color HEX #274875 Venice Blue

📋 copy color: '#274875'

red 39 ◦ green 72 ◦ blue 117

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

Shades of Venice Blue #274875

Tints of Venice Blue #274875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 17.11%
G = 31.58%
B = 51.32%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274875 (or 0x274875) is known color: Venice Blue. HEX triplet: 27, 48 and 75. RGB value is (39,72,117). Sum of RGB (Red+Green+Blue) = 39+72+117=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #274875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274875 is #D8B78A. Grayscale: #434343. Windows color (decimal): -14202763 or 7686183. OLE color: 7686183.

HSL color Cylindrical-coordinate representation of color #274875: hue angle of 214.62º 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 #274875 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 72 117 -
CMYK 0.67 0.38 0 0.54
HSL 214.62º 0.5% 0.31% -
HSV(B) 214.62º 0.67% 0.46% -
XYZ 6.36 6.35 17.72 -
YUV 67.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 39 72 117 0.67 0.38 0 0.54 214.62 0.5 0.31
Hex 27 48 75 43 26 0 36 D7 32 1F
Octal 47 110 165 103 46 0 66 327 62 37
Binary 100111 1001000 1110101 1000011 100110 0 110110 11010111 110010 11111

Color Harmonies of #274875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274875

Black with #274875

Text Example


Text Example

White with #274875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274875; }

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

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

background-color css

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

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

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

border-color css

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

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

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