Html Css Color HEX #264C7A Venice Blue

📋 copy color: '#264C7A'

red 38 ◦ green 76 ◦ blue 122

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

Shades of Venice Blue #264C7A

Tints of Venice Blue #264C7A

RGB

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

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

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

R = 16.1%
G = 32.2%
B = 51.69%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#264C7A (or 0x264C7A) is known color: Venice Blue. HEX triplet: 26, 4C and 7A. RGB value is (38,76,122). Sum of RGB (Red+Green+Blue) = 38+76+122=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #264C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7A is #D9B385. Grayscale: #454545. Windows color (decimal): -14267270 or 8014886. OLE color: 8014886.

HSL color Cylindrical-coordinate representation of color #264C7A: hue angle of 212.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264C7A is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 76 122 -
CMYK 0.69 0.38 0 0.52
HSL 212.86º 0.53% 0.31% -
HSV(B) 212.86º 0.69% 0.48% -
XYZ 6.9 6.99 19.4 -
YUV 69.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 38 76 122 0.69 0.38 0 0.52 212.86 0.53 0.31
Hex 26 4C 7A 45 26 0 34 D5 34 1F
Octal 46 114 172 105 46 0 64 325 64 37
Binary 100110 1001100 1111010 1000101 100110 0 110100 11010101 110100 11111

Color Harmonies of #264C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C7A

Black with #264C7A

Text Example


Text Example

White with #264C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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