Html Css Color HEX #306485 Matisse

📋 copy color: '#306485'

red 48 ◦ green 100 ◦ blue 133

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

Shades of Matisse #306485

Tints of Matisse #306485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 17.08%
G = 35.59%
B = 47.33%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#306485 (or 0x306485) is known color: Matisse. HEX triplet: 30, 64 and 85. RGB value is (48,100,133). Sum of RGB (Red+Green+Blue) = 48+100+133=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #306485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306485 is #CF9B7A. Grayscale: #585858. Windows color (decimal): -13605755 or 8741936. OLE color: 8741936.

HSL color Cylindrical-coordinate representation of color #306485: hue angle of 203.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306485 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 100 133 -
CMYK 0.64 0.25 0 0.48
HSL 203.29º 0.47% 0.35% -
HSV(B) 203.29º 0.64% 0.52% -
XYZ 10.01 11.44 23.87 -
YUV 88.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 48 100 133 0.64 0.25 0 0.48 203.29 0.47 0.35
Hex 30 64 85 40 19 0 30 CB 2F 23
Octal 60 144 205 100 31 0 60 313 57 43
Binary 110000 1100100 10000101 1000000 11001 0 110000 11001011 101111 100011

Color Harmonies of #306485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306485

Black with #306485

Text Example


Text Example

White with #306485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306485; }

 p { color: rgb(48,100,133); }

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

background-color css

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

 a { background-color: rgb(48,100,133); }

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

border-color css

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

 span { border-color: rgb(48,100,133); }

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