Html Css Color HEX #264C70 Venice Blue

📋 copy color: '#264C70'

red 38 ◦ green 76 ◦ blue 112

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

Shades of Venice Blue #264C70

Tints of Venice Blue #264C70

RGB

 RED value IS 38 (15.23% from 255) = 16.81%

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 16.81%
G = 33.63%
B = 49.56%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264C70 (or 0x264C70) is known color: Venice Blue. HEX triplet: 26, 4C and 70. RGB value is (38,76,112). Sum of RGB (Red+Green+Blue) = 38+76+112=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #264C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C70 is #D9B38F. Grayscale: #444444. Windows color (decimal): -14267280 or 7359526. OLE color: 7359526.

HSL color Cylindrical-coordinate representation of color #264C70: hue angle of 209.19º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264C70 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 76 112 -
CMYK 0.66 0.32 0 0.56
HSL 209.19º 0.49% 0.29% -
HSV(B) 209.19º 0.66% 0.44% -
XYZ 6.31 6.75 16.3 -
YUV 68.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 38 76 112 0.66 0.32 0 0.56 209.19 0.49 0.29
Hex 26 4C 70 42 20 0 38 D1 31 1D
Octal 46 114 160 102 40 0 70 321 61 35
Binary 100110 1001100 1110000 1000010 100000 0 111000 11010001 110001 11101

Color Harmonies of #264C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C70

Black with #264C70

Text Example


Text Example

White with #264C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264C70; }

 p { color: rgb(38,76,112); }

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

background-color css

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

 a { background-color: rgb(38,76,112); }

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

border-color css

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

 span { border-color: rgb(38,76,112); }

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