Html Css Color HEX #305962 Casal

📋 copy color: '#305962'

red 48 ◦ green 89 ◦ blue 98

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

Shades of Casal #305962

Tints of Casal #305962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

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

R = 20.43%
G = 37.87%
B = 41.7%

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

#305962 (or 0x305962) is known color: Casal. HEX triplet: 30, 59 and 62. RGB value is (48,89,98). Sum of RGB (Red+Green+Blue) = 48+89+98=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #305962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305962 is #CFA69D. Grayscale: #4D4D4D. Windows color (decimal): -13608606 or 6445360. OLE color: 6445360.

HSL color Cylindrical-coordinate representation of color #305962: hue angle of 190.8º 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 #305962 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 89 98 -
CMYK 0.51 0.09 0 0.62
HSL 190.8º 0.34% 0.29% -
HSV(B) 190.8º 0.51% 0.38% -
XYZ 7 8.65 12.86 -
YUV 77.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 48 89 98 0.51 0.09 0 0.62 190.8 0.34 0.29
Hex 30 59 62 33 9 0 3E BF 22 1D
Octal 60 131 142 63 11 0 76 277 42 35
Binary 110000 1011001 1100010 110011 1001 0 111110 10111111 100010 11101

Color Harmonies of #305962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305962

Black with #305962

Text Example


Text Example

White with #305962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305962; }

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

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

background-color css

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

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

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

border-color css

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

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

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