#305861

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

Shades of Casal #305861

Tints of Casal #305861

Color information

#305861 (or 0x305861) is unknown color: approx Casal. HEX triplet: 30, 58 and 61. RGB value is (48,88,97). Sum of RGB (Red+Green+Blue) = 48+88+97=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #305861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305861 is #CFA79E. Grayscale: #4C4C4C. Windows color (decimal): -13608863 or 6379568. OLE color: 6379568.

HSL color Cylindrical-coordinate representation of color #305861: hue angle of 191.02º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305861 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB488897-
CMYK0.510.0900.62
HSL191.02º33.79%28.43%-
HSV(B)191.02º50.52%38.04%-
XYZ6.878.4712.58-
YUV77.07139.25107.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=20.60%
G=37.77%
B=41.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4888970.510.0900.62191.0233.7928.43
Hex30586133903Ebf221c
Octal6013014163110762774234
Binary11000010110001100001110011100101111101011111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305861; }

 p { color: rgb(48,88,97); }

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

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

 a { background-color: rgb(48,88,97); }

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

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

 span { border-color: rgb(48,88,97); }

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