Html Css Color HEX #244C74 Venice Blue

📋 copy color: '#244C74'

red 36 ◦ green 76 ◦ blue 116

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

Shades of Venice Blue #244C74

Tints of Venice Blue #244C74

RGB

 RED value IS 36 (14.45% from 255) = 15.79%

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

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

R = 15.79%
G = 33.33%
B = 50.88%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#244C74 (or 0x244C74) is known color: Venice Blue. HEX triplet: 24, 4C and 74. RGB value is (36,76,116). Sum of RGB (Red+Green+Blue) = 36+76+116=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #244C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C74 is #DBB38B. Grayscale: #444444. Windows color (decimal): -14398348 or 7621668. OLE color: 7621668.

HSL color Cylindrical-coordinate representation of color #244C74: hue angle of 210º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244C74 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 76 116 -
CMYK 0.69 0.34 0 0.55
HSL 210º 0.53% 0.3% -
HSV(B) 210º 0.69% 0.45% -
XYZ 6.46 6.8 17.5 -
YUV 68.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 36 76 116 0.69 0.34 0 0.55 210 0.53 0.3
Hex 24 4C 74 45 22 0 37 D2 35 1E
Octal 44 114 164 105 42 0 67 322 65 36
Binary 100100 1001100 1110100 1000101 100010 0 110111 11010010 110101 11110

Color Harmonies of #244C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C74

Black with #244C74

Text Example


Text Example

White with #244C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244C74; }

 p { color: rgb(36,76,116); }

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

background-color css

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

 a { background-color: rgb(36,76,116); }

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

border-color css

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

 span { border-color: rgb(36,76,116); }

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