Html Css Color HEX #303A7C Torea Bay

📋 copy color: '#303A7C'

red 48 ◦ green 58 ◦ blue 124

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

Shades of Torea Bay #303A7C

Tints of Torea Bay #303A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 20.87%
G = 25.22%
B = 53.91%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#303A7C (or 0x303A7C) is known color: Torea Bay. HEX triplet: 30, 3A and 7C. RGB value is (48,58,124). Sum of RGB (Red+Green+Blue) = 48+58+124=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #303A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A7C is #CFC583. Grayscale: #3E3E3E. Windows color (decimal): -13616516 or 8141360. OLE color: 8141360.

HSL color Cylindrical-coordinate representation of color #303A7C: hue angle of 232.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303A7C is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 58 124 -
CMYK 0.61 0.53 0 0.51
HSL 232.11º 0.44% 0.34% -
HSV(B) 232.11º 0.61% 0.49% -
XYZ 6.37 5.11 19.72 -
YUV 62.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 48 58 124 0.61 0.53 0 0.51 232.11 0.44 0.34
Hex 30 3A 7C 3D 35 0 33 E8 2C 22
Octal 60 72 174 75 65 0 63 350 54 42
Binary 110000 111010 1111100 111101 110101 0 110011 11101000 101100 100010

Color Harmonies of #303A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A7C

Black with #303A7C

Text Example


Text Example

White with #303A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,124); }

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

background-color css

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

 a { background-color: rgb(48,58,124); }

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

border-color css

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

 span { border-color: rgb(48,58,124); }

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