Html Css Color HEX #306083 Matisse

📋 copy color: '#306083'

red 48 ◦ green 96 ◦ blue 131

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

Shades of Matisse #306083

Tints of Matisse #306083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 17.45%
G = 34.91%
B = 47.64%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306083 (or 0x306083) is known color: Matisse. HEX triplet: 30, 60 and 83. RGB value is (48,96,131). Sum of RGB (Red+Green+Blue) = 48+96+131=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #306083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306083 is #CF9F7C. Grayscale: #555555. Windows color (decimal): -13606781 or 8609840. OLE color: 8609840.

HSL color Cylindrical-coordinate representation of color #306083: hue angle of 205.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306083 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 96 131 -
CMYK 0.63 0.27 0 0.49
HSL 205.3º 0.46% 0.35% -
HSV(B) 205.3º 0.63% 0.51% -
XYZ 9.5 10.63 23.02 -
YUV 85.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 48 96 131 0.63 0.27 0 0.49 205.3 0.46 0.35
Hex 30 60 83 3F 1B 0 31 CD 2E 23
Octal 60 140 203 77 33 0 61 315 56 43
Binary 110000 1100000 10000011 111111 11011 0 110001 11001101 101110 100011

Color Harmonies of #306083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306083

Black with #306083

Text Example


Text Example

White with #306083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306083; }

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

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

background-color css

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

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

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

border-color css

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

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

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