Html Css Color HEX #303479 Torea Bay

📋 copy color: '#303479'

red 48 ◦ green 52 ◦ blue 121

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

Shades of Torea Bay #303479

Tints of Torea Bay #303479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 21.72%
G = 23.53%
B = 54.75%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303479 (or 0x303479) is known color: Torea Bay. HEX triplet: 30, 34 and 79. RGB value is (48,52,121). Sum of RGB (Red+Green+Blue) = 48+52+121=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #303479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303479 is #CFCB86. Grayscale: #3A3A3A. Windows color (decimal): -13618055 or 7943216. OLE color: 7943216.

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

Color convert

RGB 48 52 121 -
CMYK 0.60 0.57 0 0.53
HSL 236.71º 0.43% 0.33% -
HSV(B) 236.71º 0.6% 0.47% -
XYZ 5.9 4.46 18.64 -
YUV 58.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 48 52 121 0.60 0.57 0 0.53 236.71 0.43 0.33
Hex 30 34 79 3C 39 0 35 ED 2B 21
Octal 60 64 171 74 71 0 65 355 53 41
Binary 110000 110100 1111001 111100 111001 0 110101 11101101 101011 100001

Color Harmonies of #303479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303479

Black with #303479

Text Example


Text Example

White with #303479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303479; }

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

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

background-color css

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

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

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

border-color css

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

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

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