Html Css Color HEX #30387C Torea Bay

📋 copy color: '#30387C'

red 48 ◦ green 56 ◦ blue 124

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

Shades of Torea Bay #30387C

Tints of Torea Bay #30387C

RGB

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

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

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

R = 21.05%
G = 24.56%
B = 54.39%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30387C (or 0x30387C) is known color: Torea Bay. HEX triplet: 30, 38 and 7C. RGB value is (48,56,124). Sum of RGB (Red+Green+Blue) = 48+56+124=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #30387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30387C is #CFC783. Grayscale: #3D3D3D. Windows color (decimal): -13617028 or 8140848. OLE color: 8140848.

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

Color convert

RGB 48 56 124 -
CMYK 0.61 0.55 0 0.51
HSL 233.68º 0.44% 0.34% -
HSV(B) 233.68º 0.61% 0.49% -
XYZ 6.27 4.91 19.69 -
YUV 61.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 48 56 124 0.61 0.55 0 0.51 233.68 0.44 0.34
Hex 30 38 7C 3D 37 0 33 EA 2C 22
Octal 60 70 174 75 67 0 63 352 54 42
Binary 110000 111000 1111100 111101 110111 0 110011 11101010 101100 100010

Color Harmonies of #30387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30387C

Black with #30387C

Text Example


Text Example

White with #30387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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