Html Css Color HEX #30567E St Tropaz

📋 copy color: '#30567E'

red 48 ◦ green 86 ◦ blue 126

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

Shades of St Tropaz #30567E

Tints of St Tropaz #30567E

RGB

 RED value IS 48 (19.14% from 255) = 18.46%

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 18.46%
G = 33.08%
B = 48.46%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30567E (or 0x30567E) is known color: St Tropaz. HEX triplet: 30, 56 and 7E. RGB value is (48,86,126). Sum of RGB (Red+Green+Blue) = 48+86+126=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #30567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567E is #CFA981. Grayscale: #4E4E4E. Windows color (decimal): -13609346 or 8279600. OLE color: 8279600.

HSL color Cylindrical-coordinate representation of color #30567E: hue angle of 210.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30567E is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 86 126 -
CMYK 0.62 0.32 0 0.51
HSL 210.77º 0.45% 0.34% -
HSV(B) 210.77º 0.62% 0.49% -
XYZ 8.31 8.79 21 -
YUV 79.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 48 86 126 0.62 0.32 0 0.51 210.77 0.45 0.34
Hex 30 56 7E 3E 20 0 33 D3 2D 22
Octal 60 126 176 76 40 0 63 323 55 42
Binary 110000 1010110 1111110 111110 100000 0 110011 11010011 101101 100010

Color Harmonies of #30567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30567E

Black with #30567E

Text Example


Text Example

White with #30567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30567E; }

 p { color: rgb(48,86,126); }

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

background-color css

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

 a { background-color: rgb(48,86,126); }

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

border-color css

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

 span { border-color: rgb(48,86,126); }

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