Html Css Color HEX #303876 Torea Bay

📋 copy color: '#303876'

red 48 ◦ green 56 ◦ blue 118

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

Shades of Torea Bay #303876

Tints of Torea Bay #303876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 21.62%
G = 25.23%
B = 53.15%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303876 (or 0x303876) is known color: Torea Bay. HEX triplet: 30, 38 and 76. RGB value is (48,56,118). Sum of RGB (Red+Green+Blue) = 48+56+118=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #303876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303876 is #CFC789. Grayscale: #3C3C3C. Windows color (decimal): -13617034 or 7747632. OLE color: 7747632.

HSL color Cylindrical-coordinate representation of color #303876: hue angle of 233.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303876 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 56 118 -
CMYK 0.59 0.53 0 0.54
HSL 233.14º 0.42% 0.33% -
HSV(B) 233.14º 0.59% 0.46% -
XYZ 5.9 4.76 17.75 -
YUV 60.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 48 56 118 0.59 0.53 0 0.54 233.14 0.42 0.33
Hex 30 38 76 3B 35 0 36 E9 2A 21
Octal 60 70 166 73 65 0 66 351 52 41
Binary 110000 111000 1110110 111011 110101 0 110110 11101001 101010 100001

Color Harmonies of #303876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303876

Black with #303876

Text Example


Text Example

White with #303876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303876; }

 p { color: rgb(48,56,118); }

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

background-color css

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

 a { background-color: rgb(48,56,118); }

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

border-color css

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

 span { border-color: rgb(48,56,118); }

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