Html Css Color HEX #30396D Torea Bay

📋 copy color: '#30396D'

red 48 ◦ green 57 ◦ blue 109

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

Shades of Torea Bay #30396D

Tints of Torea Bay #30396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 22.43%
G = 26.64%
B = 50.93%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30396D (or 0x30396D) is known color: Torea Bay. HEX triplet: 30, 39 and 6D. RGB value is (48,57,109). Sum of RGB (Red+Green+Blue) = 48+57+109=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #30396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30396D is #CFC692. Grayscale: #3C3C3C. Windows color (decimal): -13616787 or 7158064. OLE color: 7158064.

HSL color Cylindrical-coordinate representation of color #30396D: hue angle of 231.15º 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 #30396D is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 57 109 -
CMYK 0.56 0.48 0 0.57
HSL 231.15º 0.39% 0.31% -
HSV(B) 231.15º 0.56% 0.43% -
XYZ 5.44 4.66 15.08 -
YUV 60.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 48 57 109 0.56 0.48 0 0.57 231.15 0.39 0.31
Hex 30 39 6D 38 30 0 39 E7 27 1F
Octal 60 71 155 70 60 0 71 347 47 37
Binary 110000 111001 1101101 111000 110000 0 111001 11100111 100111 11111

Color Harmonies of #30396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30396D

Black with #30396D

Text Example


Text Example

White with #30396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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