Html Css Color HEX #30347B Torea Bay

📋 copy color: '#30347B'

red 48 ◦ green 52 ◦ blue 123

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

Shades of Torea Bay #30347B

Tints of Torea Bay #30347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 21.52%
G = 23.32%
B = 55.16%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30347B (or 0x30347B) is known color: Torea Bay. HEX triplet: 30, 34 and 7B. RGB value is (48,52,123). Sum of RGB (Red+Green+Blue) = 48+52+123=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #30347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30347B is #CFCB84. Grayscale: #3A3A3A. Windows color (decimal): -13618053 or 8074288. OLE color: 8074288.

HSL color Cylindrical-coordinate representation of color #30347B: hue angle of 236.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30347B is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 52 123 -
CMYK 0.61 0.58 0 0.52
HSL 236.8º 0.44% 0.34% -
HSV(B) 236.8º 0.61% 0.48% -
XYZ 6.02 4.51 19.29 -
YUV 58.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 48 52 123 0.61 0.58 0 0.52 236.8 0.44 0.34
Hex 30 34 7B 3D 3A 0 34 ED 2C 22
Octal 60 64 173 75 72 0 64 355 54 42
Binary 110000 110100 1111011 111101 111010 0 110100 11101101 101100 100010

Color Harmonies of #30347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30347B

Black with #30347B

Text Example


Text Example

White with #30347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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