Html Css Color HEX #255070 Venice Blue

📋 copy color: '#255070'

red 37 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #255070

Tints of Venice Blue #255070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 16.16%
G = 34.93%
B = 48.91%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255070 (or 0x255070) is known color: Venice Blue. HEX triplet: 25, 50 and 70. RGB value is (37,80,112). Sum of RGB (Red+Green+Blue) = 37+80+112=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #255070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255070 is #DAAF8F. Grayscale: #464646. Windows color (decimal): -14331792 or 7360549. OLE color: 7360549.

HSL color Cylindrical-coordinate representation of color #255070: hue angle of 205.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255070 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 80 112 -
CMYK 0.67 0.29 0 0.56
HSL 205.6º 0.5% 0.29% -
HSV(B) 205.6º 0.67% 0.44% -
XYZ 6.56 7.3 16.39 -
YUV 70.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 37 80 112 0.67 0.29 0 0.56 205.6 0.5 0.29
Hex 25 50 70 43 1D 0 38 CE 32 1D
Octal 45 120 160 103 35 0 70 316 62 35
Binary 100101 1010000 1110000 1000011 11101 0 111000 11001110 110010 11101

Color Harmonies of #255070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255070

Black with #255070

Text Example


Text Example

White with #255070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255070; }

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

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

background-color css

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

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

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

border-color css

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

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

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