Html Css Color HEX #274C75 Venice Blue

📋 copy color: '#274C75'

red 39 ◦ green 76 ◦ blue 117

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

Shades of Venice Blue #274C75

Tints of Venice Blue #274C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 16.81%
G = 32.76%
B = 50.43%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274C75 (or 0x274C75) is known color: Venice Blue. HEX triplet: 27, 4C and 75. RGB value is (39,76,117). Sum of RGB (Red+Green+Blue) = 39+76+117=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #274C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C75 is #D8B38A. Grayscale: #454545. Windows color (decimal): -14201739 or 7687207. OLE color: 7687207.

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

Color convert

RGB 39 76 117 -
CMYK 0.67 0.35 0 0.54
HSL 211.54º 0.5% 0.31% -
HSV(B) 211.54º 0.67% 0.46% -
XYZ 6.63 6.88 17.81 -
YUV 69.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 39 76 117 0.67 0.35 0 0.54 211.54 0.5 0.31
Hex 27 4C 75 43 23 0 36 D4 32 1F
Octal 47 114 165 103 43 0 66 324 62 37
Binary 100111 1001100 1110101 1000011 100011 0 110110 11010100 110010 11111

Color Harmonies of #274C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C75

Black with #274C75

Text Example


Text Example

White with #274C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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