Html Css Color HEX #255072 Venice Blue

📋 copy color: '#255072'

red 37 ◦ green 80 ◦ blue 114

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

Shades of Venice Blue #255072

Tints of Venice Blue #255072

RGB

 RED value IS 37 (14.84% from 255) = 16.02%

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

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

R = 16.02%
G = 34.63%
B = 49.35%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255072 (or 0x255072) is known color: Venice Blue. HEX triplet: 25, 50 and 72. RGB value is (37,80,114). Sum of RGB (Red+Green+Blue) = 37+80+114=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #255072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255072 is #DAAF8D. Grayscale: #464646. Windows color (decimal): -14331790 or 7491621. OLE color: 7491621.

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

Color convert

RGB 37 80 114 -
CMYK 0.68 0.30 0 0.55
HSL 206.49º 0.51% 0.3% -
HSV(B) 206.49º 0.68% 0.45% -
XYZ 6.67 7.35 16.99 -
YUV 71.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 37 80 114 0.68 0.30 0 0.55 206.49 0.51 0.3
Hex 25 50 72 44 1E 0 37 CE 33 1E
Octal 45 120 162 104 36 0 67 316 63 36
Binary 100101 1010000 1110010 1000100 11110 0 110111 11001110 110011 11110

Color Harmonies of #255072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255072

Black with #255072

Text Example


Text Example

White with #255072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255072; }

 p { color: rgb(37,80,114); }

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

background-color css

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

 a { background-color: rgb(37,80,114); }

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

border-color css

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

 span { border-color: rgb(37,80,114); }

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