Html Css Color HEX #303979 Torea Bay

📋 copy color: '#303979'

red 48 ◦ green 57 ◦ blue 121

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

Shades of Torea Bay #303979

Tints of Torea Bay #303979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 21.24%
G = 25.22%
B = 53.54%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303979 (or 0x303979) is known color: Torea Bay. HEX triplet: 30, 39 and 79. RGB value is (48,57,121). Sum of RGB (Red+Green+Blue) = 48+57+121=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #303979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303979 is #CFC686. Grayscale: #3D3D3D. Windows color (decimal): -13616775 or 7944496. OLE color: 7944496.

HSL color Cylindrical-coordinate representation of color #303979: hue angle of 232.6º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303979 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 57 121 -
CMYK 0.60 0.53 0 0.53
HSL 232.6º 0.43% 0.33% -
HSV(B) 232.6º 0.6% 0.47% -
XYZ 6.13 4.94 18.72 -
YUV 61.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 48 57 121 0.60 0.53 0 0.53 232.6 0.43 0.33
Hex 30 39 79 3C 35 0 35 E9 2B 21
Octal 60 71 171 74 65 0 65 351 53 41
Binary 110000 111001 1111001 111100 110101 0 110101 11101001 101011 100001

Color Harmonies of #303979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303979

Black with #303979

Text Example


Text Example

White with #303979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303979; }

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

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

background-color css

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

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

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

border-color css

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

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

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