Html Css Color HEX #305762 Casal

📋 copy color: '#305762'

red 48 ◦ green 87 ◦ blue 98

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

Shades of Casal #305762

Tints of Casal #305762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 20.6%
G = 37.34%
B = 42.06%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305762 (or 0x305762) is known color: Casal. HEX triplet: 30, 57 and 62. RGB value is (48,87,98). Sum of RGB (Red+Green+Blue) = 48+87+98=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #305762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305762 is #CFA89D. Grayscale: #4C4C4C. Windows color (decimal): -13609118 or 6444848. OLE color: 6444848.

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

Color convert

RGB 48 87 98 -
CMYK 0.51 0.11 0 0.62
HSL 193.2º 0.34% 0.29% -
HSV(B) 193.2º 0.51% 0.38% -
XYZ 6.83 8.33 12.8 -
YUV 76.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 48 87 98 0.51 0.11 0 0.62 193.2 0.34 0.29
Hex 30 57 62 33 B 0 3E C1 22 1D
Octal 60 127 142 63 13 0 76 301 42 35
Binary 110000 1010111 1100010 110011 1011 0 111110 11000001 100010 11101

Color Harmonies of #305762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305762

Black with #305762

Text Example


Text Example

White with #305762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305762; }

 p { color: rgb(48,87,98); }

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

background-color css

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

 a { background-color: rgb(48,87,98); }

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

border-color css

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

 span { border-color: rgb(48,87,98); }

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