Html Css Color HEX #303477 Torea Bay

📋 copy color: '#303477'

red 48 ◦ green 52 ◦ blue 119

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

Shades of Torea Bay #303477

Tints of Torea Bay #303477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 21.92%
G = 23.74%
B = 54.34%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#303477 (or 0x303477) is known color: Torea Bay. HEX triplet: 30, 34 and 77. RGB value is (48,52,119). Sum of RGB (Red+Green+Blue) = 48+52+119=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #303477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303477 is #CFCB88. Grayscale: #3A3A3A. Windows color (decimal): -13618057 or 7812144. OLE color: 7812144.

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

Color convert

RGB 48 52 119 -
CMYK 0.60 0.56 0 0.53
HSL 236.62º 0.43% 0.33% -
HSV(B) 236.62º 0.6% 0.47% -
XYZ 5.78 4.42 18 -
YUV 58.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 48 52 119 0.60 0.56 0 0.53 236.62 0.43 0.33
Hex 30 34 77 3C 38 0 35 ED 2B 21
Octal 60 64 167 74 70 0 65 355 53 41
Binary 110000 110100 1110111 111100 111000 0 110101 11101101 101011 100001

Color Harmonies of #303477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303477

Black with #303477

Text Example


Text Example

White with #303477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303477; }

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

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

background-color css

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

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

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

border-color css

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

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

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