Html Css Color HEX #303378 Torea Bay

📋 copy color: '#303378'

red 48 ◦ green 51 ◦ blue 120

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

Shades of Torea Bay #303378

Tints of Torea Bay #303378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 21.92%
G = 23.29%
B = 54.79%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303378 (or 0x303378) is known color: Torea Bay. HEX triplet: 30, 33 and 78. RGB value is (48,51,120). Sum of RGB (Red+Green+Blue) = 48+51+120=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #303378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303378 is #CFCC87. Grayscale: #393939. Windows color (decimal): -13618312 or 7877424. OLE color: 7877424.

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

Color convert

RGB 48 51 120 -
CMYK 0.60 0.58 0 0.53
HSL 237.5º 0.43% 0.33% -
HSV(B) 237.5º 0.6% 0.47% -
XYZ 5.79 4.35 18.3 -
YUV 57.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 48 51 120 0.60 0.58 0 0.53 237.5 0.43 0.33
Hex 30 33 78 3C 3A 0 35 EE 2B 21
Octal 60 63 170 74 72 0 65 356 53 41
Binary 110000 110011 1111000 111100 111010 0 110101 11101110 101011 100001

Color Harmonies of #303378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303378

Black with #303378

Text Example


Text Example

White with #303378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303378; }

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

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

background-color css

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

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

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

border-color css

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

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

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