Html Css Color HEX #26507C Venice Blue

📋 copy color: '#26507C'

red 38 ◦ green 80 ◦ blue 124

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

Shades of Venice Blue #26507C

Tints of Venice Blue #26507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 15.7%
G = 33.06%
B = 51.24%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26507C (or 0x26507C) is known color: Venice Blue. HEX triplet: 26, 50 and 7C. RGB value is (38,80,124). Sum of RGB (Red+Green+Blue) = 38+80+124=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #26507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26507C is #D9AF83. Grayscale: #484848. Windows color (decimal): -14266244 or 8146982. OLE color: 8146982.

HSL color Cylindrical-coordinate representation of color #26507C: hue angle of 210.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26507C is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 80 124 -
CMYK 0.69 0.35 0 0.51
HSL 210.7º 0.53% 0.32% -
HSV(B) 210.7º 0.69% 0.49% -
XYZ 7.31 7.6 20.15 -
YUV 72.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 38 80 124 0.69 0.35 0 0.51 210.7 0.53 0.32
Hex 26 50 7C 45 23 0 33 D3 35 20
Octal 46 120 174 105 43 0 63 323 65 40
Binary 100110 1010000 1111100 1000101 100011 0 110011 11010011 110101 100000

Color Harmonies of #26507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26507C

Black with #26507C

Text Example


Text Example

White with #26507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26507C; }

 p { color: rgb(38,80,124); }

 H1.HeaderClassName
 {
   color: #26507C;
 }
 .AnyTagClassName
 {
   color: #26507C;
 }
</style>

background-color css

<style>
 a { background-color: #26507C; }

 a { background-color: rgb(38,80,124); }

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

border-color css

<style>
 span { border-color: #26507C; }

 span { border-color: rgb(38,80,124); }

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