Html Css Color HEX #303B82 Torea Bay

📋 copy color: '#303B82'

red 48 ◦ green 59 ◦ blue 130

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

Shades of Torea Bay #303B82

Tints of Torea Bay #303B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

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

R = 20.25%
G = 24.89%
B = 54.85%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#303B82 (or 0x303B82) is known color: Torea Bay. HEX triplet: 30, 3B and 82. RGB value is (48,59,130). Sum of RGB (Red+Green+Blue) = 48+59+130=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #303B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B82 is #CFC47D. Grayscale: #3F3F3F. Windows color (decimal): -13616254 or 8534832. OLE color: 8534832.

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

Color convert

RGB 48 59 130 -
CMYK 0.63 0.55 0 0.49
HSL 231.95º 0.46% 0.35% -
HSV(B) 231.95º 0.63% 0.51% -
XYZ 6.81 5.37 21.8 -
YUV 63.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 48 59 130 0.63 0.55 0 0.49 231.95 0.46 0.35
Hex 30 3B 82 3F 37 0 31 E8 2E 23
Octal 60 73 202 77 67 0 61 350 56 43
Binary 110000 111011 10000010 111111 110111 0 110001 11101000 101110 100011

Color Harmonies of #303B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B82

Black with #303B82

Text Example


Text Example

White with #303B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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