Html Css Color HEX #303376 Torea Bay

📋 copy color: '#303376'

red 48 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #303376

Tints of Torea Bay #303376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 22.12%
G = 23.5%
B = 54.38%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303376 (or 0x303376) is known color: Torea Bay. HEX triplet: 30, 33 and 76. RGB value is (48,51,118). Sum of RGB (Red+Green+Blue) = 48+51+118=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #303376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303376 is #CFCC89. Grayscale: #393939. Windows color (decimal): -13618314 or 7746352. OLE color: 7746352.

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

Color convert

RGB 48 51 118 -
CMYK 0.59 0.57 0 0.54
HSL 237.43º 0.42% 0.33% -
HSV(B) 237.43º 0.59% 0.46% -
XYZ 5.67 4.3 17.67 -
YUV 57.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 48 51 118 0.59 0.57 0 0.54 237.43 0.42 0.33
Hex 30 33 76 3B 39 0 36 ED 2A 21
Octal 60 63 166 73 71 0 66 355 52 41
Binary 110000 110011 1110110 111011 111001 0 110110 11101101 101010 100001

Color Harmonies of #303376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303376

Black with #303376

Text Example


Text Example

White with #303376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303376; }

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

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

background-color css

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

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

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

border-color css

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

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

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