Html Css Color HEX #255276 Venice Blue

📋 copy color: '#255276'

red 37 ◦ green 82 ◦ blue 118

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

Shades of Venice Blue #255276

Tints of Venice Blue #255276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 15.61%
G = 34.6%
B = 49.79%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255276 (or 0x255276) is known color: Venice Blue. HEX triplet: 25, 52 and 76. RGB value is (37,82,118). Sum of RGB (Red+Green+Blue) = 37+82+118=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #255276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255276 is #DAAD89. Grayscale: #484848. Windows color (decimal): -14331274 or 7754277. OLE color: 7754277.

HSL color Cylindrical-coordinate representation of color #255276: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255276 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 82 118 -
CMYK 0.69 0.31 0 0.54
HSL 206.67º 0.52% 0.3% -
HSV(B) 206.67º 0.69% 0.46% -
XYZ 7.05 7.74 18.26 -
YUV 72.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 37 82 118 0.69 0.31 0 0.54 206.67 0.52 0.3
Hex 25 52 76 45 1F 0 36 CF 34 1E
Octal 45 122 166 105 37 0 66 317 64 36
Binary 100101 1010010 1110110 1000101 11111 0 110110 11001111 110100 11110

Color Harmonies of #255276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255276

Black with #255276

Text Example


Text Example

White with #255276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255276; }

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

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

background-color css

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

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

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

border-color css

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

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

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