Html Css Color HEX #30347F Torea Bay

📋 copy color: '#30347F'

red 48 ◦ green 52 ◦ blue 127

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

Shades of Torea Bay #30347F

Tints of Torea Bay #30347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 21.15%
G = 22.91%
B = 55.95%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30347F (or 0x30347F) is known color: Torea Bay. HEX triplet: 30, 34 and 7F. RGB value is (48,52,127). Sum of RGB (Red+Green+Blue) = 48+52+127=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #30347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30347F is #CFCB80. Grayscale: #3B3B3B. Windows color (decimal): -13618049 or 8336432. OLE color: 8336432.

HSL color Cylindrical-coordinate representation of color #30347F: hue angle of 236.96º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30347F is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 52 127 -
CMYK 0.62 0.59 0 0.50
HSL 236.96º 0.45% 0.34% -
HSV(B) 236.96º 0.62% 0.5% -
XYZ 6.28 4.62 20.64 -
YUV 59.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 48 52 127 0.62 0.59 0 0.50 236.96 0.45 0.34
Hex 30 34 7F 3E 3B 0 32 ED 2D 22
Octal 60 64 177 76 73 0 62 355 55 42
Binary 110000 110100 1111111 111110 111011 0 110010 11101101 101101 100010

Color Harmonies of #30347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30347F

Black with #30347F

Text Example


Text Example

White with #30347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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