Html Css Color HEX #274872 Venice Blue

📋 copy color: '#274872'

red 39 ◦ green 72 ◦ blue 114

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

Shades of Venice Blue #274872

Tints of Venice Blue #274872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 17.33%
G = 32%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274872 (or 0x274872) is known color: Venice Blue. HEX triplet: 27, 48 and 72. RGB value is (39,72,114). Sum of RGB (Red+Green+Blue) = 39+72+114=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #274872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274872 is #D8B78D. Grayscale: #424242. Windows color (decimal): -14202766 or 7489575. OLE color: 7489575.

HSL color Cylindrical-coordinate representation of color #274872: hue angle of 213.6º degrees, saturation: 0.49, 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 #274872 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 72 114 -
CMYK 0.66 0.37 0 0.55
HSL 213.6º 0.49% 0.3% -
HSV(B) 213.6º 0.66% 0.45% -
XYZ 6.19 6.28 16.81 -
YUV 66.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 39 72 114 0.66 0.37 0 0.55 213.6 0.49 0.3
Hex 27 48 72 42 25 0 37 D6 31 1E
Octal 47 110 162 102 45 0 67 326 61 36
Binary 100111 1001000 1110010 1000010 100101 0 110111 11010110 110001 11110

Color Harmonies of #274872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274872

Black with #274872

Text Example


Text Example

White with #274872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274872; }

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

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

background-color css

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

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

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

border-color css

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

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

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