Html Css Color HEX #30386D Torea Bay

📋 copy color: '#30386D'

red 48 ◦ green 56 ◦ blue 109

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

Shades of Torea Bay #30386D

Tints of Torea Bay #30386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 22.54%
G = 26.29%
B = 51.17%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30386D (or 0x30386D) is known color: Torea Bay. HEX triplet: 30, 38 and 6D. RGB value is (48,56,109). Sum of RGB (Red+Green+Blue) = 48+56+109=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #30386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30386D is #CFC792. Grayscale: #3B3B3B. Windows color (decimal): -13617043 or 7157808. OLE color: 7157808.

HSL color Cylindrical-coordinate representation of color #30386D: hue angle of 232.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30386D is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 56 109 -
CMYK 0.56 0.49 0 0.57
HSL 232.13º 0.39% 0.31% -
HSV(B) 232.13º 0.56% 0.43% -
XYZ 5.39 4.56 15.06 -
YUV 59.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 48 56 109 0.56 0.49 0 0.57 232.13 0.39 0.31
Hex 30 38 6D 38 31 0 39 E8 27 1F
Octal 60 70 155 70 61 0 71 350 47 37
Binary 110000 111000 1101101 111000 110001 0 111001 11101000 100111 11111

Color Harmonies of #30386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30386D

Black with #30386D

Text Example


Text Example

White with #30386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30386D; }

 p { color: rgb(48,56,109); }

 H1.HeaderClassName
 {
   color: #30386D;
 }
 .AnyTagClassName
 {
   color: #30386D;
 }
</style>

background-color css

<style>
 a { background-color: #30386D; }

 a { background-color: rgb(48,56,109); }

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

border-color css

<style>
 span { border-color: #30386D; }

 span { border-color: rgb(48,56,109); }

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