Html Css Color HEX #274B72 Venice Blue

📋 copy color: '#274B72'

red 39 ◦ green 75 ◦ blue 114

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

Shades of Venice Blue #274B72

Tints of Venice Blue #274B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.89%

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

R = 17.11%
G = 32.89%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274B72 (or 0x274B72) is known color: Venice Blue. HEX triplet: 27, 4B and 72. RGB value is (39,75,114). Sum of RGB (Red+Green+Blue) = 39+75+114=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #274B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B72 is #D8B48D. Grayscale: #444444. Windows color (decimal): -14201998 or 7490343. OLE color: 7490343.

HSL color Cylindrical-coordinate representation of color #274B72: hue angle of 211.2º 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 #274B72 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 75 114 -
CMYK 0.66 0.34 0 0.55
HSL 211.2º 0.49% 0.3% -
HSV(B) 211.2º 0.66% 0.45% -
XYZ 6.39 6.68 16.87 -
YUV 68.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 39 75 114 0.66 0.34 0 0.55 211.2 0.49 0.3
Hex 27 4B 72 42 22 0 37 D3 31 1E
Octal 47 113 162 102 42 0 67 323 61 36
Binary 100111 1001011 1110010 1000010 100010 0 110111 11010011 110001 11110

Color Harmonies of #274B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274B72

Black with #274B72

Text Example


Text Example

White with #274B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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