#305B63

Color #305B63 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #305B63

Tints of Casal #305B63

Color information

#305B63 (or 0x305B63) is unknown color: approx Casal. HEX triplet: 30, 5B and 63. RGB value is (48,91,99). Sum of RGB (Red+Green+Blue) = 48+91+99=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #305B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B63 is #CFA49C. Grayscale: #4E4E4E. Windows color (decimal): -13608093 or 6511408. OLE color: 6511408.

HSL color Cylindrical-coordinate representation of color #305B63: hue angle of 189.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305B63 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB489199-
CMYK0.520.0800.61
HSL189.41º34.69%28.82%-
HSV(B)189.41º51.52%38.82%-
XYZ7.219.0113.16-
YUV79.05139.25105.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=20.17%
G=38.24%
B=41.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4891990.520.0800.61189.4134.6928.82
Hex305B6334803Dbd231d
Octal6013314364100752754335
Binary11000010110111100011110100100001111011011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305B63; }

 p { color: rgb(48,91,99); }

 H1.HeaderClassName
 {
   color: #305B63;
 }
 .AnyTagClassName
 {
   color: #305B63;
 }
</style>
background-color css

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

 a { background-color: rgb(48,91,99); }

 div.DivClassName
 {
   background-color: #305B63;
 }
 .BgClassName
 {
   background-color: #305B63;
 }
</style>
border-color css

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

 span { border-color: rgb(48,91,99); }

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