Html Css Color HEX #30327C Torea Bay

📋 copy color: '#30327C'

red 48 ◦ green 50 ◦ blue 124

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

Shades of Torea Bay #30327C

Tints of Torea Bay #30327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 21.62%
G = 22.52%
B = 55.86%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30327C (or 0x30327C) is known color: Torea Bay. HEX triplet: 30, 32 and 7C. RGB value is (48,50,124). Sum of RGB (Red+Green+Blue) = 48+50+124=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #30327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30327C is #CFCD83. Grayscale: #393939. Windows color (decimal): -13618564 or 8139312. OLE color: 8139312.

HSL color Cylindrical-coordinate representation of color #30327C: hue angle of 238.42º 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 #30327C is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 50 124 -
CMYK 0.61 0.60 0 0.51
HSL 238.42º 0.44% 0.34% -
HSV(B) 238.42º 0.61% 0.49% -
XYZ 6 4.36 19.6 -
YUV 57.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 48 50 124 0.61 0.60 0 0.51 238.42 0.44 0.34
Hex 30 32 7C 3D 3C 0 33 EE 2C 22
Octal 60 62 174 75 74 0 63 356 54 42
Binary 110000 110010 1111100 111101 111100 0 110011 11101110 101100 100010

Color Harmonies of #30327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30327C

Black with #30327C

Text Example


Text Example

White with #30327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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