Html Css Color HEX #305861 Casal

📋 copy color: '#305861'

red 48 ◦ green 88 ◦ blue 97

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

Shades of Casal #305861

Tints of Casal #305861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 20.6%
G = 37.77%
B = 41.63%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305861 (or 0x305861) is known color: 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

RGB 48 88 97 -
CMYK 0.51 0.09 0 0.62
HSL 191.02º 0.34% 0.28% -
HSV(B) 191.02º 0.51% 0.38% -
XYZ 6.87 8.47 12.58 -
YUV 77.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 48 88 97 0.51 0.09 0 0.62 191.02 0.34 0.28
Hex 30 58 61 33 9 0 3E BF 22 1C
Octal 60 130 141 63 11 0 76 277 42 34
Binary 110000 1011000 1100001 110011 1001 0 111110 10111111 100010 11100

Color Harmonies of #305861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305861

Black with #305861

Text Example


Text Example

White with #305861

Text Example


Text Example

HTML Codes & Css Web 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>