Html Css Color HEX #255272 Venice Blue

📋 copy color: '#255272'

red 37 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #255272

Tints of Venice Blue #255272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 15.88%
G = 35.19%
B = 48.93%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255272 (or 0x255272) is known color: Venice Blue. HEX triplet: 25, 52 and 72. RGB value is (37,82,114). Sum of RGB (Red+Green+Blue) = 37+82+114=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #255272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255272 is #DAAD8D. Grayscale: #484848. Windows color (decimal): -14331278 or 7492133. OLE color: 7492133.

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

Color convert

RGB 37 82 114 -
CMYK 0.68 0.28 0 0.55
HSL 204.94º 0.51% 0.3% -
HSV(B) 204.94º 0.68% 0.45% -
XYZ 6.82 7.64 17.04 -
YUV 72.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 37 82 114 0.68 0.28 0 0.55 204.94 0.51 0.3
Hex 25 52 72 44 1C 0 37 CD 33 1E
Octal 45 122 162 104 34 0 67 315 63 36
Binary 100101 1010010 1110010 1000100 11100 0 110111 11001101 110011 11110

Color Harmonies of #255272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255272

Black with #255272

Text Example


Text Example

White with #255272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255272; }

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

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

background-color css

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

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

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

border-color css

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

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

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