Html Css Color HEX #303682 Torea Bay

📋 copy color: '#303682'

red 48 ◦ green 54 ◦ blue 130

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

Shades of Torea Bay #303682

Tints of Torea Bay #303682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 20.69%
G = 23.28%
B = 56.03%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303682 (or 0x303682) is known color: Torea Bay. HEX triplet: 30, 36 and 82. RGB value is (48,54,130). Sum of RGB (Red+Green+Blue) = 48+54+130=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #303682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303682 is #CFC97D. Grayscale: #3C3C3C. Windows color (decimal): -13617534 or 8533552. OLE color: 8533552.

HSL color Cylindrical-coordinate representation of color #303682: hue angle of 235.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303682 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 54 130 -
CMYK 0.63 0.58 0 0.49
HSL 235.61º 0.46% 0.35% -
HSV(B) 235.61º 0.63% 0.51% -
XYZ 6.57 4.88 21.71 -
YUV 60.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 48 54 130 0.63 0.58 0 0.49 235.61 0.46 0.35
Hex 30 36 82 3F 3A 0 31 EC 2E 23
Octal 60 66 202 77 72 0 61 354 56 43
Binary 110000 110110 10000010 111111 111010 0 110001 11101100 101110 100011

Color Harmonies of #303682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303682

Black with #303682

Text Example


Text Example

White with #303682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303682; }

 p { color: rgb(48,54,130); }

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

background-color css

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

 a { background-color: rgb(48,54,130); }

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

border-color css

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

 span { border-color: rgb(48,54,130); }

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