Html Css Color HEX #303475 Torea Bay

📋 copy color: '#303475'

red 48 ◦ green 52 ◦ blue 117

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

Shades of Torea Bay #303475

Tints of Torea Bay #303475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 22.12%
G = 23.96%
B = 53.92%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#303475 (or 0x303475) is known color: Torea Bay. HEX triplet: 30, 34 and 75. RGB value is (48,52,117). Sum of RGB (Red+Green+Blue) = 48+52+117=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #303475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303475 is #CFCB8A. Grayscale: #393939. Windows color (decimal): -13618059 or 7681072. OLE color: 7681072.

HSL color Cylindrical-coordinate representation of color #303475: hue angle of 236.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303475 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 52 117 -
CMYK 0.59 0.56 0 0.54
HSL 236.52º 0.42% 0.32% -
HSV(B) 236.52º 0.59% 0.46% -
XYZ 5.66 4.37 17.37 -
YUV 58.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 48 52 117 0.59 0.56 0 0.54 236.52 0.42 0.32
Hex 30 34 75 3B 38 0 36 ED 2A 20
Octal 60 64 165 73 70 0 66 355 52 40
Binary 110000 110100 1110101 111011 111000 0 110110 11101101 101010 100000

Color Harmonies of #303475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303475

Black with #303475

Text Example


Text Example

White with #303475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303475; }

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

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

background-color css

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

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

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

border-color css

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

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

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