Html Css Color HEX #303976 Torea Bay

📋 copy color: '#303976'

red 48 ◦ green 57 ◦ blue 118

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

Shades of Torea Bay #303976

Tints of Torea Bay #303976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 21.52%
G = 25.56%
B = 52.91%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303976 (or 0x303976) is known color: Torea Bay. HEX triplet: 30, 39 and 76. RGB value is (48,57,118). Sum of RGB (Red+Green+Blue) = 48+57+118=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #303976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303976 is #CFC689. Grayscale: #3D3D3D. Windows color (decimal): -13616778 or 7747888. OLE color: 7747888.

HSL color Cylindrical-coordinate representation of color #303976: hue angle of 232.29º 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 #303976 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 57 118 -
CMYK 0.59 0.52 0 0.54
HSL 232.29º 0.42% 0.33% -
HSV(B) 232.29º 0.59% 0.46% -
XYZ 5.95 4.86 17.76 -
YUV 61.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 48 57 118 0.59 0.52 0 0.54 232.29 0.42 0.33
Hex 30 39 76 3B 34 0 36 E8 2A 21
Octal 60 71 166 73 64 0 66 350 52 41
Binary 110000 111001 1110110 111011 110100 0 110110 11101000 101010 100001

Color Harmonies of #303976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303976

Black with #303976

Text Example


Text Example

White with #303976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303976; }

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

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

background-color css

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

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

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

border-color css

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

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

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