Html Css Color HEX #303279 Torea Bay

📋 copy color: '#303279'

red 48 ◦ green 50 ◦ blue 121

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

Shades of Torea Bay #303279

Tints of Torea Bay #303279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 21.92%
G = 22.83%
B = 55.25%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303279 (or 0x303279) is known color: Torea Bay. HEX triplet: 30, 32 and 79. RGB value is (48,50,121). Sum of RGB (Red+Green+Blue) = 48+50+121=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #303279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303279 is #CFCD86. Grayscale: #393939. Windows color (decimal): -13618567 or 7942704. OLE color: 7942704.

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

Color convert

RGB 48 50 121 -
CMYK 0.60 0.59 0 0.53
HSL 238.36º 0.43% 0.33% -
HSV(B) 238.36º 0.6% 0.47% -
XYZ 5.81 4.29 18.61 -
YUV 57.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 48 50 121 0.60 0.59 0 0.53 238.36 0.43 0.33
Hex 30 32 79 3C 3B 0 35 EE 2B 21
Octal 60 62 171 74 73 0 65 356 53 41
Binary 110000 110010 1111001 111100 111011 0 110101 11101110 101011 100001

Color Harmonies of #303279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303279

Black with #303279

Text Example


Text Example

White with #303279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303279; }

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

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

background-color css

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

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

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

border-color css

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

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

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