Html Css Color HEX #255375 Venice Blue

📋 copy color: '#255375'

red 37 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #255375

Tints of Venice Blue #255375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 15.61%
G = 35.02%
B = 49.37%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255375 (or 0x255375) is known color: Venice Blue. HEX triplet: 25, 53 and 75. RGB value is (37,83,117). Sum of RGB (Red+Green+Blue) = 37+83+117=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #255375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255375 is #DAAC8A. Grayscale: #484848. Windows color (decimal): -14331019 or 7688997. OLE color: 7688997.

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

Color convert

RGB 37 83 117 -
CMYK 0.68 0.29 0 0.54
HSL 205.5º 0.52% 0.3% -
HSV(B) 205.5º 0.68% 0.46% -
XYZ 7.07 7.86 17.98 -
YUV 73.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 37 83 117 0.68 0.29 0 0.54 205.5 0.52 0.3
Hex 25 53 75 44 1D 0 36 CE 34 1E
Octal 45 123 165 104 35 0 66 316 64 36
Binary 100101 1010011 1110101 1000100 11101 0 110110 11001110 110100 11110

Color Harmonies of #255375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255375

Black with #255375

Text Example


Text Example

White with #255375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255375; }

 p { color: rgb(37,83,117); }

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

background-color css

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

 a { background-color: rgb(37,83,117); }

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

border-color css

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

 span { border-color: rgb(37,83,117); }

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