Html Css Color HEX #30607E Matisse

📋 copy color: '#30607E'

red 48 ◦ green 96 ◦ blue 126

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

Shades of Matisse #30607E

Tints of Matisse #30607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 17.78%
G = 35.56%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30607E (or 0x30607E) is known color: Matisse. HEX triplet: 30, 60 and 7E. RGB value is (48,96,126). Sum of RGB (Red+Green+Blue) = 48+96+126=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #30607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30607E is #CF9F81. Grayscale: #545454. Windows color (decimal): -13606786 or 8282160. OLE color: 8282160.

HSL color Cylindrical-coordinate representation of color #30607E: hue angle of 203.08º 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 #30607E is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 96 126 -
CMYK 0.62 0.24 0 0.51
HSL 203.08º 0.45% 0.34% -
HSV(B) 203.08º 0.62% 0.49% -
XYZ 9.17 10.5 21.28 -
YUV 85.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 48 96 126 0.62 0.24 0 0.51 203.08 0.45 0.34
Hex 30 60 7E 3E 18 0 33 CB 2D 22
Octal 60 140 176 76 30 0 63 313 55 42
Binary 110000 1100000 1111110 111110 11000 0 110011 11001011 101101 100010

Color Harmonies of #30607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30607E

Black with #30607E

Text Example


Text Example

White with #30607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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