Html Css Color HEX #305B62 Casal

📋 copy color: '#305B62'

red 48 ◦ green 91 ◦ blue 98

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

Shades of Casal #305B62

Tints of Casal #305B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

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

R = 20.25%
G = 38.4%
B = 41.35%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#305B62 (or 0x305B62) is known color: Casal. HEX triplet: 30, 5B and 62. RGB value is (48,91,98). Sum of RGB (Red+Green+Blue) = 48+91+98=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #305B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B62 is #CFA49D. Grayscale: #4E4E4E. Windows color (decimal): -13608094 or 6445872. OLE color: 6445872.

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

Color convert

RGB 48 91 98 -
CMYK 0.51 0.07 0 0.62
HSL 188.4º 0.34% 0.29% -
HSV(B) 188.4º 0.51% 0.38% -
XYZ 7.16 8.99 12.91 -
YUV 78.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 48 91 98 0.51 0.07 0 0.62 188.4 0.34 0.29
Hex 30 5B 62 33 7 0 3E BC 22 1D
Octal 60 133 142 63 7 0 76 274 42 35
Binary 110000 1011011 1100010 110011 111 0 111110 10111100 100010 11101

Color Harmonies of #305B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B62

Black with #305B62

Text Example


Text Example

White with #305B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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