Html Css Color HEX #303782 Torea Bay

📋 copy color: '#303782'

red 48 ◦ green 55 ◦ blue 130

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

Shades of Torea Bay #303782

Tints of Torea Bay #303782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 20.6%
G = 23.61%
B = 55.79%

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

#303782 (or 0x303782) is known color: Torea Bay. HEX triplet: 30, 37 and 82. RGB value is (48,55,130). Sum of RGB (Red+Green+Blue) = 48+55+130=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #303782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303782 is #CFC87D. Grayscale: #3D3D3D. Windows color (decimal): -13617278 or 8533808. OLE color: 8533808.

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

Color convert

RGB 48 55 130 -
CMYK 0.63 0.58 0 0.49
HSL 234.88º 0.46% 0.35% -
HSV(B) 234.88º 0.63% 0.51% -
XYZ 6.61 4.97 21.73 -
YUV 61.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 48 55 130 0.63 0.58 0 0.49 234.88 0.46 0.35
Hex 30 37 82 3F 3A 0 31 EB 2E 23
Octal 60 67 202 77 72 0 61 353 56 43
Binary 110000 110111 10000010 111111 111010 0 110001 11101011 101110 100011

Color Harmonies of #303782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303782

Black with #303782

Text Example


Text Example

White with #303782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303782; }

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

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

background-color css

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

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

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

border-color css

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

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

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