Html Css Color HEX #244F7A Venice Blue

📋 copy color: '#244F7A'

red 36 ◦ green 79 ◦ blue 122

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

Shades of Venice Blue #244F7A

Tints of Venice Blue #244F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 15.19%
G = 33.33%
B = 51.48%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#244F7A (or 0x244F7A) is known color: Venice Blue. HEX triplet: 24, 4F and 7A. RGB value is (36,79,122). Sum of RGB (Red+Green+Blue) = 36+79+122=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #244F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F7A is #DBB085. Grayscale: #464646. Windows color (decimal): -14397574 or 8015652. OLE color: 8015652.

HSL color Cylindrical-coordinate representation of color #244F7A: hue angle of 210º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #244F7A is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 79 122 -
CMYK 0.70 0.35 0 0.52
HSL 210º 0.54% 0.31% -
HSV(B) 210º 0.7% 0.48% -
XYZ 7.04 7.37 19.46 -
YUV 71.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 36 79 122 0.70 0.35 0 0.52 210 0.54 0.31
Hex 24 4F 7A 46 23 0 34 D2 36 1F
Octal 44 117 172 106 43 0 64 322 66 37
Binary 100100 1001111 1111010 1000110 100011 0 110100 11010010 110110 11111

Color Harmonies of #244F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244F7A

Black with #244F7A

Text Example


Text Example

White with #244F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,79,122); }

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

background-color css

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

 a { background-color: rgb(36,79,122); }

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

border-color css

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

 span { border-color: rgb(36,79,122); }

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