Html Css Color HEX #265372 Venice Blue

📋 copy color: '#265372'

red 38 ◦ green 83 ◦ blue 114

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

Shades of Venice Blue #265372

Tints of Venice Blue #265372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 16.17%
G = 35.32%
B = 48.51%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265372 (or 0x265372) is known color: Venice Blue. HEX triplet: 26, 53 and 72. RGB value is (38,83,114). Sum of RGB (Red+Green+Blue) = 38+83+114=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #265372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265372 is #D9AC8D. Grayscale: #484848. Windows color (decimal): -14265486 or 7492390. OLE color: 7492390.

HSL color Cylindrical-coordinate representation of color #265372: hue angle of 204.47º 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 #265372 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 83 114 -
CMYK 0.67 0.27 0 0.55
HSL 204.47º 0.5% 0.3% -
HSV(B) 204.47º 0.67% 0.45% -
XYZ 6.93 7.81 17.06 -
YUV 73.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 38 83 114 0.67 0.27 0 0.55 204.47 0.5 0.3
Hex 26 53 72 43 1B 0 37 CC 32 1E
Octal 46 123 162 103 33 0 67 314 62 36
Binary 100110 1010011 1110010 1000011 11011 0 110111 11001100 110010 11110

Color Harmonies of #265372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265372

Black with #265372

Text Example


Text Example

White with #265372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265372; }

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

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

background-color css

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

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

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

border-color css

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

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

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