Html Css Color HEX #303977 Torea Bay

📋 copy color: '#303977'

red 48 ◦ green 57 ◦ blue 119

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

Shades of Torea Bay #303977

Tints of Torea Bay #303977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 21.43%
G = 25.45%
B = 53.13%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303977 (or 0x303977) is known color: Torea Bay. HEX triplet: 30, 39 and 77. RGB value is (48,57,119). Sum of RGB (Red+Green+Blue) = 48+57+119=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #303977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303977 is #CFC688. Grayscale: #3D3D3D. Windows color (decimal): -13616777 or 7813424. OLE color: 7813424.

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

Color convert

RGB 48 57 119 -
CMYK 0.60 0.52 0 0.53
HSL 232.39º 0.43% 0.33% -
HSV(B) 232.39º 0.6% 0.47% -
XYZ 6.01 4.89 18.08 -
YUV 61.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 48 57 119 0.60 0.52 0 0.53 232.39 0.43 0.33
Hex 30 39 77 3C 34 0 35 E8 2B 21
Octal 60 71 167 74 64 0 65 350 53 41
Binary 110000 111001 1110111 111100 110100 0 110101 11101000 101011 100001

Color Harmonies of #303977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303977

Black with #303977

Text Example


Text Example

White with #303977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303977; }

 p { color: rgb(48,57,119); }

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

background-color css

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

 a { background-color: rgb(48,57,119); }

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

border-color css

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

 span { border-color: rgb(48,57,119); }

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