Html Css Color HEX #265373 Venice Blue

📋 copy color: '#265373'

red 38 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #265373

Tints of Venice Blue #265373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 16.1%
G = 35.17%
B = 48.73%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265373 (or 0x265373) is known color: Venice Blue. HEX triplet: 26, 53 and 73. RGB value is (38,83,115). Sum of RGB (Red+Green+Blue) = 38+83+115=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #265373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265373 is #D9AC8C. Grayscale: #494949. Windows color (decimal): -14265485 or 7557926. OLE color: 7557926.

HSL color Cylindrical-coordinate representation of color #265373: hue angle of 204.94º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265373 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 83 115 -
CMYK 0.67 0.28 0 0.55
HSL 204.94º 0.5% 0.3% -
HSV(B) 204.94º 0.67% 0.45% -
XYZ 6.99 7.84 17.36 -
YUV 73.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 38 83 115 0.67 0.28 0 0.55 204.94 0.5 0.3
Hex 26 53 73 43 1C 0 37 CD 32 1E
Octal 46 123 163 103 34 0 67 315 62 36
Binary 100110 1010011 1110011 1000011 11100 0 110111 11001101 110010 11110

Color Harmonies of #265373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265373

Black with #265373

Text Example


Text Example

White with #265373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265373; }

 p { color: rgb(38,83,115); }

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

background-color css

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

 a { background-color: rgb(38,83,115); }

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

border-color css

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

 span { border-color: rgb(38,83,115); }

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