Html Css Color HEX #30367C Torea Bay

📋 copy color: '#30367C'

red 48 ◦ green 54 ◦ blue 124

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

Shades of Torea Bay #30367C

Tints of Torea Bay #30367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 21.24%
G = 23.89%
B = 54.87%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30367C (or 0x30367C) is known color: Torea Bay. HEX triplet: 30, 36 and 7C. RGB value is (48,54,124). Sum of RGB (Red+Green+Blue) = 48+54+124=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #30367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30367C is #CFC983. Grayscale: #3B3B3B. Windows color (decimal): -13617540 or 8140336. OLE color: 8140336.

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

Color convert

RGB 48 54 124 -
CMYK 0.61 0.56 0 0.51
HSL 235.26º 0.44% 0.34% -
HSV(B) 235.26º 0.61% 0.49% -
XYZ 6.18 4.72 19.65 -
YUV 60.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 48 54 124 0.61 0.56 0 0.51 235.26 0.44 0.34
Hex 30 36 7C 3D 38 0 33 EB 2C 22
Octal 60 66 174 75 70 0 63 353 54 42
Binary 110000 110110 1111100 111101 111000 0 110011 11101011 101100 100010

Color Harmonies of #30367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30367C

Black with #30367C

Text Example


Text Example

White with #30367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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