Html Css Color HEX #30565D Casal

📋 copy color: '#30565D'

red 48 ◦ green 86 ◦ blue 93

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

Shades of Casal #30565D

Tints of Casal #30565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 21.15%
G = 37.89%
B = 40.97%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30565D (or 0x30565D) is known color: Casal. HEX triplet: 30, 56 and 5D. RGB value is (48,86,93). Sum of RGB (Red+Green+Blue) = 48+86+93=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #30565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30565D is #CFA9A2. Grayscale: #4B4B4B. Windows color (decimal): -13609379 or 6116912. OLE color: 6116912.

HSL color Cylindrical-coordinate representation of color #30565D: hue angle of 189.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30565D is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 86 93 -
CMYK 0.48 0.08 0 0.64
HSL 189.33º 0.32% 0.28% -
HSV(B) 189.33º 0.48% 0.36% -
XYZ 6.52 8.07 11.57 -
YUV 75.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 48 86 93 0.48 0.08 0 0.64 189.33 0.32 0.28
Hex 30 56 5D 30 8 0 40 BD 20 1C
Octal 60 126 135 60 10 0 100 275 40 34
Binary 110000 1010110 1011101 110000 1000 0 1000000 10111101 100000 11100

Color Harmonies of #30565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30565D

Black with #30565D

Text Example


Text Example

White with #30565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30565D; }

 p { color: rgb(48,86,93); }

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

background-color css

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

 a { background-color: rgb(48,86,93); }

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

border-color css

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

 span { border-color: rgb(48,86,93); }

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