Html Css Color HEX #264E6F Venice Blue

📋 copy color: '#264E6F'

red 38 ◦ green 78 ◦ blue 111

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

Shades of Venice Blue #264E6F

Tints of Venice Blue #264E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 16.74%
G = 34.36%
B = 48.9%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264E6F (or 0x264E6F) is known color: Venice Blue. HEX triplet: 26, 4E and 6F. RGB value is (38,78,111). Sum of RGB (Red+Green+Blue) = 38+78+111=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #264E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E6F is #D9B190. Grayscale: #454545. Windows color (decimal): -14266769 or 7294502. OLE color: 7294502.

HSL color Cylindrical-coordinate representation of color #264E6F: hue angle of 207.12º 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 #264E6F is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 78 111 -
CMYK 0.66 0.30 0 0.56
HSL 207.12º 0.49% 0.29% -
HSV(B) 207.12º 0.66% 0.44% -
XYZ 6.39 7.01 16.05 -
YUV 69.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 38 78 111 0.66 0.30 0 0.56 207.12 0.49 0.29
Hex 26 4E 6F 42 1E 0 38 CF 31 1D
Octal 46 116 157 102 36 0 70 317 61 35
Binary 100110 1001110 1101111 1000010 11110 0 111000 11001111 110001 11101

Color Harmonies of #264E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E6F

Black with #264E6F

Text Example


Text Example

White with #264E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,111); }

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

background-color css

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

 a { background-color: rgb(38,78,111); }

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

border-color css

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

 span { border-color: rgb(38,78,111); }

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