Html Css Color HEX #303472 Torea Bay

📋 copy color: '#303472'

red 48 ◦ green 52 ◦ blue 114

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

Shades of Torea Bay #303472

Tints of Torea Bay #303472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 22.43%
G = 24.3%
B = 53.27%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#303472 (or 0x303472) is known color: Torea Bay. HEX triplet: 30, 34 and 72. RGB value is (48,52,114). Sum of RGB (Red+Green+Blue) = 48+52+114=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #303472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303472 is #CFCB8D. Grayscale: #393939. Windows color (decimal): -13618062 or 7484464. OLE color: 7484464.

HSL color Cylindrical-coordinate representation of color #303472: hue angle of 236.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303472 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 52 114 -
CMYK 0.58 0.54 0 0.55
HSL 236.36º 0.41% 0.32% -
HSV(B) 236.36º 0.58% 0.45% -
XYZ 5.48 4.3 16.46 -
YUV 57.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 48 52 114 0.58 0.54 0 0.55 236.36 0.41 0.32
Hex 30 34 72 3A 36 0 37 EC 29 20
Octal 60 64 162 72 66 0 67 354 51 40
Binary 110000 110100 1110010 111010 110110 0 110111 11101100 101001 100000

Color Harmonies of #303472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303472

Black with #303472

Text Example


Text Example

White with #303472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303472; }

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

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

background-color css

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

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

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

border-color css

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

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

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