Html Css Color HEX #265678 Venice Blue

📋 copy color: '#265678'

red 38 ◦ green 86 ◦ blue 120

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

Shades of Venice Blue #265678

Tints of Venice Blue #265678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 15.57%
G = 35.25%
B = 49.18%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#265678 (or 0x265678) is known color: Venice Blue. HEX triplet: 26, 56 and 78. RGB value is (38,86,120). Sum of RGB (Red+Green+Blue) = 38+86+120=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #265678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265678 is #D9A987. Grayscale: #4B4B4B. Windows color (decimal): -14264712 or 7886374. OLE color: 7886374.

HSL color Cylindrical-coordinate representation of color #265678: hue angle of 204.88º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265678 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 86 120 -
CMYK 0.68 0.28 0 0.53
HSL 204.88º 0.52% 0.31% -
HSV(B) 204.88º 0.68% 0.47% -
XYZ 7.52 8.42 19 -
YUV 75.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 38 86 120 0.68 0.28 0 0.53 204.88 0.52 0.31
Hex 26 56 78 44 1C 0 35 CD 34 1F
Octal 46 126 170 104 34 0 65 315 64 37
Binary 100110 1010110 1111000 1000100 11100 0 110101 11001101 110100 11111

Color Harmonies of #265678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265678

Black with #265678

Text Example


Text Example

White with #265678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265678; }

 p { color: rgb(38,86,120); }

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

background-color css

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

 a { background-color: rgb(38,86,120); }

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

border-color css

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

 span { border-color: rgb(38,86,120); }

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