Html Css Color HEX #30337F Torea Bay

📋 copy color: '#30337F'

red 48 ◦ green 51 ◦ blue 127

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

Shades of Torea Bay #30337F

Tints of Torea Bay #30337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 21.24%
G = 22.57%
B = 56.19%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30337F (or 0x30337F) is known color: Torea Bay. HEX triplet: 30, 33 and 7F. RGB value is (48,51,127). Sum of RGB (Red+Green+Blue) = 48+51+127=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #30337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30337F is #CFCC80. Grayscale: #3A3A3A. Windows color (decimal): -13618305 or 8336176. OLE color: 8336176.

HSL color Cylindrical-coordinate representation of color #30337F: hue angle of 237.72º 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 #30337F is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 51 127 -
CMYK 0.62 0.60 0 0.50
HSL 237.72º 0.45% 0.34% -
HSV(B) 237.72º 0.62% 0.5% -
XYZ 6.23 4.53 20.62 -
YUV 58.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 48 51 127 0.62 0.60 0 0.50 237.72 0.45 0.34
Hex 30 33 7F 3E 3C 0 32 EE 2D 22
Octal 60 63 177 76 74 0 62 356 55 42
Binary 110000 110011 1111111 111110 111100 0 110010 11101110 101101 100010

Color Harmonies of #30337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30337F

Black with #30337F

Text Example


Text Example

White with #30337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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